Closed
Bug 307969
Opened 19 years ago
Closed 19 years ago
Resize arrow mouse pointer only points in one direction
Categories
(Toolkit :: UI Widgets, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.8.1alpha2
People
(Reporter: avi, Assigned: stefanh)
Details
Attachments
(1 file)
1.08 KB,
patch
|
kevin
:
first-review+
asaf
:
approval-branch-1.8.1+
|
Details | Diff | Splinter Review |
In version 1.5 Beta 1 (20050908) of Thunderbird, when pointing at a pane
divider, the mouse cursor image is of a resize, but only including one arrow:
|->
instead of <-|-> which it should be since you can resize it in either direction.
Reporter | ||
Comment 1•19 years ago
|
||
This is also present in Firefox 1.5b1. When I middle-click, I get autoscroll.
But the mouse cursor has only one arrow:
^
|
_
rather than both.
Component: General → XP Toolkit/Widgets
Product: Thunderbird → Core
Version: 1.5 → 1.8 Branch
Updated•19 years ago
|
Assignee: mscott → joshmoz
Component: XP Toolkit/Widgets → GFX: Mac
QA Contact: general → mac
Assignee | ||
Comment 2•19 years ago
|
||
Hmm, this sounds more like a theme issue to me. Since pinstripe et al in toolkit uses "cursor: e-resize;" and "cursor: n-resize;" in global/splitter.css you don't get the desired pointer.
Component: GFX: Mac → XUL Widgets
Product: Core → Toolkit
Assignee | ||
Comment 3•19 years ago
|
||
mconnor, perhaps this should be changed in the other themes as well?
Assignee | ||
Updated•19 years ago
|
Attachment #207182 -
Flags: first-review? → first-review?(mconnor)
Assignee | ||
Updated•19 years ago
|
Attachment #207182 -
Flags: first-review?(mconnor) → first-review?(kevin)
Assignee | ||
Updated•19 years ago
|
Version: 1.8 Branch → Trunk
Comment 4•19 years ago
|
||
Comment on attachment 207182 [details] [diff] [review]
Use ew-resize and ns-resize
looks good. nice catch :)
Attachment #207182 -
Flags: first-review?(kevin) → first-review+
Assignee | ||
Comment 5•19 years ago
|
||
Comment on attachment 207182 [details] [diff] [review]
Use ew-resize and ns-resize
Minor & safe mac ui improvement...
Attachment #207182 -
Flags: approval-branch-1.8.1?
Updated•19 years ago
|
Attachment #207182 -
Flags: approval-branch-1.8.1? → approval-branch-1.8.1+
Updated•19 years ago
|
QA Contact: mac → xul.widgets
Target Milestone: --- → mozilla1.8.1alpha2
Comment 6•19 years ago
|
||
Trunk:
Checking in toolkit/themes/pinstripe/global/splitter.css;
/cvsroot/mozilla/toolkit/themes/pinstripe/global/splitter.css,v <-- splitter.css
new revision: 1.4; previous revision: 1.3
done
1.8 branch:
Checking in toolkit/themes/pinstripe/global/splitter.css;
/cvsroot/mozilla/toolkit/themes/pinstripe/global/splitter.css,v <-- splitter.css
new revision: 1.3.10.1; previous revision: 1.3
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•