Opened 14 years ago
Closed 14 years ago
#8027 closed defect (duplicate)
Calendar+iframe+FF3=?
Reported by: | haysmark | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.2.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I was writing a doh.robot test for DateTextBox? and noticed that when the robot clicked the popup Calendar, the DateTextBox? didn't update in FF3.
I was able to reproduce this behavior without the robot:
<html> <body> <iframe src="test_DateTextBox.html" width="100%" height="100%"> </body> </html>
If you wrap a page with a DateTextBox? in an iframe in FF3, and you try to select a date from the DateTextBox?'s popup Calendar, the Calendar closes but the date isn't updated. Sometimes instead the date updates but the Calendar gets stuck on the page. It works fine in IE and Safari.
Note: See
TracTickets for help on using
tickets.
Yah, this sounds like a dup of #7979. Not sure why it's happening... I guess it's just a browser bug.