#15467 closed defect (fixed)
dojox.form.Uploader hard-codes "1px dashed #ccc" button label focus style
Reported by: | inghamc | Owned by: | Mike Wilcox |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | DojoX Uploader | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When the Uploader button receives focus, its label's (titleNode's) style is forced to "outline: 1px dashed #ccc", which isn't affected by the theme, and doesn't even match the claro theme.
Could you please add a class that could be overridden instead of assigning the style directly?
Thanks!
Change History (3)
comment:1 Changed 9 years ago by
Component: | General → DojoX Uploader |
---|---|
Owner: | set to Mike Wilcox |
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|
There is no dijit Button focused class. I'm using the hover class, but also made it a property so it can be changed.
Note: See
TracTickets for help on using
tickets.
In [30329]: