Ticket #6935 (closed defect: fixed)

Opened 6 months ago

Last modified 5 months ago

ComboButton: no hover effect for ComboButton in toolbar (for any theme)

Reported by: bill Owned by: bill
Priority: normal Milestone: 1.2
Component: Dijit - LnF Version: 1.1.1
Severity: normal Keywords:
Cc:

Description

See "Save" button in test_Toolbar.html or "Get Mail" button in mail.html. Hovering has no effect. Hovering DropDownButton? or plain Button works fine.

Tested on FF2/mac.

Change History

Changed 5 months ago by bill

  • owner changed from nonken to bill
  • status changed from new to assigned

I'm gonna fix this, stealing.

Changed 5 months ago by bill

  • status changed from assigned to closed
  • resolution set to fixed

(In [14123]) Add hover effect for ComboButton? in toolbar. Fixes #6935. Also added images to toolbar for DropDown? and ComboButton? so we can see what a real toolbar might look like.

Changed 5 months ago by bill

(In [14169]) Make test icons 18x18, rather than 16x16, to match editor icons. Refs #6572, #6935.

Changed 5 months ago by bill

(In [14187]) Refactor ComboButton? and Toolbar CSS to:

  • fix double border displayed between ComboButton? label and arrow in RTL mode
  • simplify ComboButton? CSS by using border-collapse:collapse (eliminates need for special RTL rules). Due to strange Safari need to put dijitComboButton as part of template rather than applying it afterwards.
  • fix missing right border (or left-border in RTL mode) when hovering over label of ComboButton? in a Toolbar
    • remove IE specific workaround for missing border:transparent support in IE6. Instead, use the same code path for all browsers, by reducing padding when a border is displayed (on hover etc.)

Refs #6935

Note: See TracTickets for help on using tickets.