Closed
Bug 16601
Opened 26 years ago
Closed 26 years ago
[New Skin] Need disabled image for submenu arrow
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M12
People
(Reporter: Crysgem, Assigned: hangas)
Details
Attachments
(1 file)
|
93 bytes,
image/gif
|
Details |
Mozilla Build ID: 1999101511
Under the File menu is codified the option "Offline >". The option is disabled
(perpetually, to my experience), but the arrow pointer would indicate else - it
is black, like to the color of an enabled option, whereas a commoner's UI
notions expect the arrow to be dimmed.
Updated•26 years ago
|
Assignee: shuang → hyatt
Summary: Further-List arrow on context menu should be greyed → Further-List arrow on (context) menu should be greyed
Updated•26 years ago
|
Status: NEW → ASSIGNED
Summary: Further-List arrow on (context) menu should be greyed → [XPMenus] Need disabled image for submenu arrow
Target Milestone: M14
Updated•26 years ago
|
Assignee: hyatt → shaver
Status: ASSIGNED → NEW
Comment 1•26 years ago
|
||
reassigning to shaver per hyatt
Comment 2•26 years ago
|
||
Here is the rule needed in skin.css. As well, I'm attaching a new
menu-arrow-disabled.gif file which looks better than the current one.
menu[disabled="true"] > .menu-right {
list-style-image: url("chrome://global/skin/menu-arrow-disabled.gif");
}
Comment 3•26 years ago
|
||
Updated•26 years ago
|
Assignee: shaver → hangas
Comment 4•26 years ago
|
||
Still relevant in new skin.
German: please approve this change, and I will check it in.
Status: NEW → ASSIGNED
Summary: [XPMenus] Need disabled image for submenu arrow → [New Skin] Need disabled image for submenu arrow
Target Milestone: M14 → M12
approved. the only that worries me is that the color of the traingle is hardcoded
and therefore not easily skinnable. Too bad we cannot draw that triangle with the
css font color. Oh well is grey is probably good enough for the 90% case,
certainly much better than black! Thanks.
approved. the only that worries me is that the color of the traingle is hardcoded
and therefore not easily skinnable. Too bad we cannot draw that triangle with the
css font color. Oh well is grey is probably good enough for the 90% case,
certainly much better than black! Thanks.
Have image in my local tree. Waiting for tree to open for M12 checkins.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Comment 10•26 years ago
|
||
I'm looking at the 1999111108 comm opt linux build
and the black triangle next to File-->Offline looks just
like the rest of them - black.
Reopening until I can see this.
Comment 11•26 years ago
|
||
Clearing FIXED resolution due to reopen.
Comment 12•26 years ago
|
||
The CSS style rule needs to be checked in. See comments from 10/21/99 23:06 for
example (may be out of date by now).
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 13•26 years ago
|
||
Thanks Michael. This is now checked in.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 14•26 years ago
|
||
VERIFIED fixed in the 199911109 builds
Comment 15•26 years ago
|
||
Moving all UE/UI bugs to new component: User Interface: Design Feedback
UE/UI component will be deleted.
Component: UE/UI → User Interface: Design Feedback
Updated•21 years ago
|
Product: Browser → Seamonkey
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•