Anonymous | Login | Signup for a new account | 2021-01-21 10:21 UTC | ![]() |
Main | My View | View Issues | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000371 | OLV | User Interface | public | 2011-11-02 16:27 | 2012-01-18 11:06 | ||||
Reporter | BenFenner | ||||||||
Assigned To | Fred | ||||||||
Priority | low | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | All | OS | All | OS Version | All | ||||
Product Version | 0.0.1-SNAPSHOT | ||||||||
Target Version | 0.0.3 | Fixed in Version | 0.0.3 | ||||||
Summary | 0000371: Exiting full screen mode doesn't respect previous windowed size and state. | ||||||||
Description | When exiting full screen mode the windowed program is reset to the default size and maximization state (restored down). | ||||||||
Steps To Reproduce | Maximize the application to take up the entire screen. Go full screen. Exit full screen. The application should be maximized still, but it is not. Also... Resize the application window to take up most of the screen. Go full screen. Exit full screen. The application should retain it's previous large size, but it does not. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
![]() Fred (administrator) 2011-11-02 16:34 |
Sounds like it's related to the one you can't reproduce in that all the graphics init and paint stuff and magic numbers are not well written and likely stateless. This bug can survive until after all of that code is cleaned up as cleaning it up will likely solve this anyway :-) |
![]() BenFenner (developer) 2012-01-13 20:03 |
This bug still exists, and since I don't have my horizontal scroll capable mouse yet, I'm going to start working on fixing it. |
![]() BenFenner (developer) 2012-01-13 20:58 |
All fixed. Git hash: 0c4d3c4c5a0e91a981e47fbf7a48cc50b768b316 |
![]() BenFenner (developer) 2012-01-13 21:17 |
Ignore the left-over debug printing and such. I've removed it in the next commit. |
![]() Fred (administrator) 2012-01-18 10:56 |
Tested! |
Copyright © 2000 - 2011 MantisBT Group |