#959 closed defect (fixed)
The Firefox window is disabled if you are opening and focus it at the first time
Reported by: | John1221 | Owned by: | John1221 |
---|---|---|---|
Priority: | minor | Milestone: | 0.16 |
Component: | client | Version: | 0.15.x |
Keywords: | win32 | Cc: |
Description
I'm running xpra 0.15.4-1(r10209) for both server(Trusty) and client( Win 7 64bit).
+ From server: start xpra with cmd: xpra start :100 --start-child=firefox --bind-tcp=0.0.0.0:10000
+ From client: attach xpra with cmd: xpra attach tcp:IP:10000
+ Now the Firefox window is opened and focused. The maximize button from titlebar is disabled.
+ Then if we make the Firefox window lost focus and refocus => The maximize button is enabled now.
Change History (4)
comment:1 Changed 7 years ago by
Keywords: | win32 added |
---|---|
Priority: | major → minor |
Status: | new → assigned |
comment:2 Changed 7 years ago by
Owner: | changed from Antoine Martin to John1221 |
---|---|
Status: | assigned → new |
Looks fine to me with the latest beta 0.16 builds...
If that works for you, please close this ticket. (same reason as ticket:771#comment:17 - and maybe also the same fixes)
comment:3 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
It works. Xpra is getting better and better. Thank you.
comment:4 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/959
Note: See
TracTickets for help on using
tickets.
Confirmed, but I have no idea why that is.
I keep an eye on the window style as the window is first shown, unfocused then focused again and the
WS_MAXIMIZEBOX
is set all along, the maximize button should be enabled!