id summary reporter owner description type status priority milestone component version resolution keywords cc blockedby blocking platform 8614 BWindow::DecoratorFrame returns incorrect results hamish axeld "`BWindow::DecoratorFrame` returns the frame that the window would have if it were left-titled, even when it's not left-titled. The culprit is line 2141: http://cgit.haiku-os.org/haiku/tree/src/kits/interface/Window.cpp#n2141. `kWindowLeftTitledLook` is not a bit flag so the comparison should be `==`. Also `decoratorFrame.top`/`decoratorFrame.left` should take the border width into account in addition to the title width." bug closed normal R1 Kits/Interface Kit R1/Development fixed All