Git Product home page Git Product logo

Comments (3)

dnyyfb avatar dnyyfb commented on May 9, 2024

使用版本2.0.1调整下边界至70后 ,掉落至底端现象基本消失;但仍然会失去前置,将焦点离开任务栏后恢复正常。
见视频: https://github.com/isHarryh/Ark-Pets/assets/63101620/83dc0618-4743-4a36-b92a-1b28f9e37e73

from ark-pets.

isHarryh avatar isHarryh commented on May 9, 2024

经研究,掉落至底部是由于:

  • 未打开开始菜单时,任务栏的高度为 H,桌宠可以站立到 H 处;
  • 打开开始菜单后,任务栏实体消失导致未检测到窗口,或者任务栏高度增大为 (H+h) 且 h 大于桌宠高度 导致未实现站立。

此类问题可以通过 调整下边界距离 解决。

而失去前置是因为,任务栏与桌宠都是置顶(TOPMOST)的窗口,点击任务栏后其层叠次序(z-index)被置于最先,属于正常现象。

from ark-pets.

dnyyfb avatar dnyyfb commented on May 9, 2024

根据我的DPI缩放150%,将下边界距离调至72后,就完全不会有陷入任务栏现象了。除了全屏时有点怪就是啦
前置这个问题和陷入任务栏是有关系的,所以也一起解决了。
感谢您花了这么长时间研究这些问题。

from ark-pets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.