#821 closed defect (fixed)
html5 client maximize does not follow browser canvas size
Reported by: | aradtech | Owned by: | Josh |
---|---|---|---|
Priority: | major | Milestone: | 0.14 |
Component: | client | Version: | trunk |
Keywords: | html5 client maximize | Cc: |
Description (last modified by )
When a application is maximized in html5 client the application does not resize along with the browser canvas.
IE maximize midori in the html5 client and resize the browser window.
Also note that when the browser canvas has been resized the application even when minimize then re maximized does not conform to the correct size.
Test on windows in Chrome, Firefox.
Change History (10)
comment:1 Changed 7 years ago by
Description: | modified (diff) |
---|---|
Milestone: | → 0.14 |
comment:2 Changed 7 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 7 years ago by
Owner: | changed from Antoine Martin to Josh |
---|
comment:4 Changed 7 years ago by
Status: | new → assigned |
---|
comment:5 Changed 7 years ago by
r9101 and r9103 implement the required functionality to send screen size updates.
I can see server acknowledge request with
2015-04-21 17:04:26,156 resolution not found for 1439x399 2015-04-21 17:04:26,156 received updated display dimensions 2015-04-21 17:04:26,156 client root window size is 1439x399 with 1 displays: 2015-04-21 17:04:26,156 'HTML' (381x106 mm - DPI: 95x95) 2015-04-21 17:04:26,156 Canvas
and any maximised windows on the page resize accordingly.
comment:6 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Tested and confirmed working , good job Josh :)
Closing unless issues occur.
comment:7 Changed 7 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Found small issue , title bar is still active and allows you to drag window around inside html canvas , this is not desired behavior - title bar should be disabled from dragging.
comment:9 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Tested and fixed ,closing again as I have found nothing else :)
comment:10 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/821
Yes, the HTML5 client needs to implement sending screen size updates!