Opened 14 years ago
Closed 14 years ago
#3265 closed defect (fixed)
Arrow shows hover in AutoCompleter, but not DateTextbox or Select
Reported by: | haysmark | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit - LnF | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It's really strange; when you hover your mouse over an arrow in AutoCompleter?, you get a blue arrow, but in the other _DropDownTextBox classes you get nothing. Is this related to having styles called AutoCompleter? but not Select or DateTextBox??
Change History (5)
comment:1 Changed 14 years ago by
Owner: | changed from owenw to owen |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Status: | new → assigned |
---|
comment:4 Changed 14 years ago by
Owner: | changed from owen to haysmark |
---|---|
Status: | assigned → new |
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I fixed this a while back when I hardcoded the baseClass.
Note: See
TracTickets for help on using
tickets.
Yes, it is probably the case that we have to have explicit classes for Select or DateTextBox?. I'll take a look when I get a chance (may not be until Sunday) or feel free to give it a try if you like.