Ticket #1289 (closed defect: fixed)

Opened 2 years ago

Last modified 18 months ago

dropdowndatepicker is broken in FF 1.0, Safari

Reported by: peller Owned by: liucougar
Priority: normal Milestone:
Component: Widgets Version: 0.2
Severity: normal Keywords:
Cc:

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

1289.patch (0.5 kB) - added by guest 2 years ago.

Change History

Changed 2 years ago by dylan

  • component changed from General to Widgets
  • milestone set to 0.5

Changed 2 years ago by dylan

  • milestone changed from 0.5 to 0.4

Changed 2 years ago by guest

Changed 2 years ago by doughays@…

I attached 1289.patch. Please verify this fixes the problem.

Changed 2 years ago by peller

  • owner changed from bill to peller

Changed 2 years ago by peller

  • owner changed from 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?

Changed 2 years ago by liucougar

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

(In [5560]) fixes #1289: dropdowndatepicker is broken in FF 1.0, Safari

Changed 18 months ago by anonymous

  • milestone deleted

Milestone 0.4 deleted

Note: See TracTickets for help on using tickets.