#801 closed task (fixed)
Menu2 and MenuBar2 style
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Menu2 and Menu2Bar style need to be updated to Soria. A soria menu style is specified in test_Menu2.html but it should be in the base class.
Change History (9)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Milestone: | 0.3.1 → 0.4 |
---|---|
Owner: | changed from itorrey to anonymous |
Status: | new → assigned |
Version: | 0.3 → 0.4 |
Punting to 0.4 so we can have a cohesive style for everything
comment:3 Changed 15 years ago by
Owner: | changed from anonymous to itorrey |
---|---|
Status: | assigned → new |
Hi Torrey, I think you said you were going to fix the CSS so I'm reassigning back to you.
comment:4 Changed 15 years ago by
OK, Torrey fixed this, except that the disabled choice looks weird, and also see bug #708
comment:5 Changed 14 years ago by
Owner: | changed from itorrey to bill |
---|
The disabled class "dojoMenuBarItem2Disabled" is no longer being set for some reason so all items look active
comment:6 Changed 14 years ago by
to add to my last comment, it seems to be showing the disabled style in IE but not in Firefox 1.5 or 2
In IE6 the menu item View has the classes dojoMenuBarItem2 dojoMenuBarItem2Disabled
In Firefox 1.5 and 2 the View menu item only has the class dojoMenuBarItem2
comment:7 Changed 14 years ago by
OK, this is due to disabled="true" working on IE but not on FF. Will talk to Becky about it. (Technically, disabled="true" is invalid HTML; disabled or disabled="disabled" (for XHTML case) is correct. But it seems like we should support it anyway.
hey Torrey, is this gonna happen for the release?