#698 closed defect (fixed)
DropdownDatePicker overlaid by browsers' form history selector
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I find when I click the calendar icon, to display the datePicker, a select menu is displayed on top of the calendar. It contains previous dates entered into the box.
It looks like it's firefox's own "Saved Forms" feature. I'm running Firefox 1.5.0.3 and the latest nightly build.
I recommend adding the attribute autocomplete="off" to the input tag. I've tested this, and it solves the problem.
That's on the <input> tag, in the templateString variable in the src/widget/DropdownContainer.js file.
Change History (4)
comment:1 Changed 16 years ago by
Milestone: | → 0.3release |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | 0.4 → 0.3 |
comment:2 Changed 16 years ago by
Priority: | normal → high |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
It looks like svn user "BryanForbes?" didn't do an update before committing, as the fix added in commit 3977 was removed with commit 4016
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Fixed in changeset 4038. Sorry :(.
This was fixed in the 0.3 release. (BackgroundIFrame thing)