Feature #6583
Implement support for TOP-ONLY and ALWAYS-ON-TOP in Web GUI driver
100%
History
#1 Updated by Hynek Cihlar about 4 years ago
The WINDOW widget attributes TOP-ONLY and ALWAYS-ON-TOP are currently not supported in the Web GUI driver.
Web GUI driver must be aware of these attributes in order to provide seamless window activation. When a window is activated by the user or legacy logic, the driver must be able to calculate the exact z-order of the window. Currently the driver always brings the window on top, regardless of the TOP-ONLY and ALWAYS-ON-TOP attributes.
#3 Updated by Greg Shah about 4 years ago
Do we need to implement this now (current GUI apps use it) or can it be deferred?
#4 Updated by Hynek Cihlar about 4 years ago
Greg Shah wrote:
Do we need to implement this now (current GUI apps use it) or can it be deferred?
I'm not aware of any issues in the current GUI applications so I think it can be deferred.
#5 Updated by Jurjen Dijkstra 10 months ago
There is an issue now: https://proj.goldencode.com/issues/10617
TOP-ONLY works fine though. We only seem to be missing ALWAYS-ON-TOP
#6 Updated by Hynek Cihlar 10 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
TOP-ONLY and ALWAYS-ON-TOP had been implemented for Web GUI, closing the issue.