MantisBT

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003185Spring engineGeneralpublic2012-07-13 13:522012-07-16 09:59
ReporterLicho 
Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
StatusnewResolutionopen 
Product Version88.0 
Target VersionFixed in Version 
Summary0003185: Borderless window appears random distance from top left corner even with windowpos set
DescriptionConfig 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.
TagsNo tags attached.
Attached Files

- Relationships

-  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
Powered by Mantis Bugtracker