#1289 closed defect (fixed)
dropdowndatepicker is broken in FF 1.0, Safari
Reported by: | Adam Peller | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
in test/widgets/test_DropdownDatePicker.html
clicking on the dropdown part of the widget does not show a datepicker widget. I see this in FF 1.0.7 running on Linux, also on Safari 2.0. This works fine in FF 1.5. Old versions of konqueror (3.4.3) actually crash when clicking on the dropdown.
Attachments (1)
Change History (8)
comment:1 Changed 14 years ago by
Component: | General → Widgets |
---|---|
Milestone: | → 0.5 |
comment:2 Changed 14 years ago by
Milestone: | 0.5 → 0.4 |
---|
Changed 14 years ago by
Attachment: | 1289.patch added |
---|
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
Owner: | changed from bill to Adam Peller |
---|
comment:5 Changed 14 years ago by
Owner: | changed from Adam Peller to liucougar |
---|
ok, so the problem appears to be that in FF 1.0, parent instanceof dojo.widget.PopupContainer? returns true where parent is a DropdownDatePicker?. It should return false, and we don't really understand why.
Perhaps we should only replace the instanceof condition and leave the applyBasicPopupStyle check?
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I attached 1289.patch. Please verify this fixes the problem.