| Summary: | with 2 windows in fullscreen, can't get second out of fullscreen. | ||
| Creator: | Brian | Date: | 2001-11-24 01:55:17 |
| Project: | Plugin - Fullscreen | Owner: | jeff |
| Status: | Closed | Severity: | Major |
| Version: | Unknow | Target Version: | Unknow |
With 2 windows open, hit F11 to full screen one window, then alt-tab to the other window, hit F11 to full screen (which needs to be hit twice at this point) the original window will not come out of full screen mode properly by hitting F11.
This happens because all states in fullscreen are global.
Made a fix here:
http://www.geocities.com/myen.geo/KMeleon/kmfullscreen.zip (it's GeoCities, so try using the index from that dir instead)
Also a diff is here:
http://www.geocities.com/myen.geo/KMeleon/fullscreen-diff.txt
The two files are the same (zip is the actual source files, txt is a diff). They also remove the client edge of the Mozilla window when fullscreen; if you really hate that, take it out :)
Sorry, forgot to add that the fixes might be considered really really bad since it uses the map template class (part of STL) that also had the effect of almost doubling compiled file size. Perhaps a simpler linked list implementation should be used?
[Changed Status from "Unconfirmed" to "Fixed"]
actually this should probably not be marked 'fixed' until the code is actually in CVS...
[Changed Status from "Fixed" to "Open"]
A new patch for this got committed quite a while ago.
[Changed Status from "Open" to "Fixed"]
[Changed Status from "Fixed" to "Closed"]