Closed
Bug 6988
Opened 26 years ago
Closed 25 years ago
[PP] Click in grow box shrinks window by 1 pixel
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
WONTFIX
People
(Reporter: sfraser_bugs, Assigned: pierre)
References
Details
Click once in the grow box of a gecko-controlled window (viewer or apprunner),
without moving the mouse. When you let go, the window shrinks by one pixel.
It should stay the same size.
Reporter | ||
Comment 1•26 years ago
|
||
To clarify, the Grow box is the resize box in the lower right corner of a Mac
window.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Summary: Click in grow box shrinks window by 1 pixel → [PP] Click in grow box shrinks window by 1 pixel
Target Milestone: M8
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
Fixed in the June 1 build.
Reporter | ||
Updated•26 years ago
|
Status: VERIFIED → REOPENED
Target Milestone: M8
Reporter | ||
Comment 3•26 years ago
|
||
There is still a problem with grow box handling, so I'm reopening this.
Reporter | ||
Updated•26 years ago
|
Resolution: FIXED → ---
Reporter | ||
Comment 4•26 years ago
|
||
With live window resizing on, try this:
1. Click on the grow box, near the inner corner.
2. With the mouse still down, drag by a pixel to start resizing the window
3. Note that the window now 'snaps' so that the outer corner of the grow box is
under the mouse. This behaviour is incorrect.
Assignee | ||
Comment 5•25 years ago
|
||
Marking as dependent of 12672 which is used to track the issue of live-resizing.
If live-resizing is removed, this bug can be ignored but if we keep it, we'll
have to fix the problem.
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 25 years ago
Resolution: --- → WONTFIX
Assignee | ||
Comment 6•25 years ago
|
||
Live-Resize is now a hidden feature only activated when the Command key is down.
This bug can be ignored. Marking WontFix.
For future reference: fixing this bug would require moving the window handling
code (SizeWindow, MoveWindow, ZoomWindow...) from nsMacMessagePump to
nsMacWindow.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•25 years ago
|
||
Based on Pierre's comments, marking as verified wont fix.
You need to log in
before you can comment on or make changes to this bug.
Description
•