| Anonymous | Login | Signup for a new account | 2013-06-20 01:26 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap | Repositories |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
| 0003185 | Spring engine | General | public | 2012-07-13 13:52 | 2012-07-16 09:59 | ||||||||
| Reporter | Licho | ||||||||||||
| Assigned To | |||||||||||||
| Priority | normal | Severity | major | Reproducibility | always | ||||||||
| Status | new | Resolution | open | ||||||||||
| Product Version | 88.0 | ||||||||||||
| Target Version | Fixed in Version | ||||||||||||
| Summary | 0003185: Borderless window appears random distance from top left corner even with windowpos set | ||||||||||||
| Description | Config has: Fullscreen = 0 WindowBorderless = 1 WindowPosX = 0 WindowPosY = 0 WindowState = 1 XResolution = 1400 YResolution = 1000 Yet window actually always appears some distance from top left corner. Distance is always X= Y and multiplies of 25 so it can be 25,25 125,125 200,200 etc The value is also written to config by the engine. I have win7 and taskbar on right side if that makes any difference. | ||||||||||||
| Tags | No tags attached. | ||||||||||||
| Attached Files | |||||||||||||
Notes |
|
|
(0008976) knorke (reporter) 2012-07-13 22:16 |
related/same? http://springrts.com/mantis/view.php?id=3092 [^] |
|
(0008981) Licho (reporter) 2012-07-14 00:02 |
My bug happens if WindowState=1 and Fullscreen=0 otherwise it appears to work as designed. |
|
(0008984) jK (developer) 2012-07-14 19:55 |
It's the desired behavior WindowState=1 means maximize, and it does so. It's your window manager that fails at the end part |
|
(0008997) jK (developer) 2012-07-15 16:21 |
you should try: Fullscreen = 0 WindowBorderless = 1 WindowPosX = 0 WindowPosY = 0 WindowState = 0 XResolution = 0 YResolution = 0 |
|
(0009019) Licho (reporter) 2012-07-16 09:59 |
Problem is it sets windowstate after one attempt to use windowed. Perhaps when borderless is 1 it should ignore windowposx,posy and windowstate, just like fullscreen ignores x and y. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-07-13 13:52 | Licho | New Issue | |
| 2012-07-13 22:16 | knorke | Note Added: 0008976 | |
| 2012-07-14 00:02 | Licho | Note Added: 0008981 | |
| 2012-07-14 19:55 | jK | Note Added: 0008984 | |
| 2012-07-15 16:21 | jK | Note Added: 0008997 | |
| 2012-07-16 09:59 | Licho | Note Added: 0009019 | |
| Copyright © 2000 - 2013 MantisBT Team |