Opened 13 years ago
Closed 11 years ago
#6642 closed task (fixed)
add drop shadows to popups and drop downs.
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit - LnF | Version: | 1.1.0 |
Keywords: | alex, ibm | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
Add some kind of drop shadow to free standing popups (tooltip, context menu, dialog?), and to all drop downs.
This is a bit harder than it sounds because the drop shadow shouldn't overlap the DropDownButton, which could either be above or below the dropd own (depending on where there was enough space to display the drop down)
Alex mentioned that IE has a filter() type clause for drop shadows, and of course webkit has some simple CSS rules (-webkit-drop-shadow or something). FF doesn't have anything though so would have to use a plain div with opacity, perhaps.
Change History (4)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 12 years ago by
Milestone: | 1.3 → 1.4 |
---|
comment:3 Changed 11 years ago by
Milestone: | 1.4 → 1.5 |
---|
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in [21266], for lucid theme.