Opened 13 years ago
Closed 12 years ago
#4414 closed defect (invalid)
Dialog: bug using filtering select in modal dialog with refreshOnShow = true
Reported by: | guest | Owned by: | dante |
---|---|---|---|
Priority: | low | Milestone: | tbd |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Steps to reproduce:
- Create a modal dialog using href="somePage.html" and refreshOnShow=true
- Place a filtering select in the MD that uses href="something.json" 3 Open the MD with some action (button.onclick()?)
- Type in the FS - works fine
- Close the MD using the X in the title bar.
- Reopen the MD with the same action in step 2.5.
- type in the FS - throws JS error in both IE7 and FFox2
Sorry for the brief description -- am available for more info joe dot travaglini at gmail
Note: no error thrown following same exact steps when refreshOnShow==false.
Change History (8)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Milestone: | → 1.1 |
Owner: | set to haysmark |
comment:2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I modified the modal dialog in dijit/themes/themetester.html to have a FilteringSelect? that uses the statestore that has a json url. I was unable to recreate any exception.
comment:3 Changed 13 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
the dialog in theme tester isn't an href= dialog.
i'll try this.
comment:4 Changed 13 years ago by
Owner: | changed from haysmark to dante |
---|---|
Status: | reopened → new |
comment:5 Changed 13 years ago by
Milestone: | 1.1 → 1.2 |
---|
comment:6 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 1.2 |
Summary: | bug using filtering select in modal dialog with refreshOnShow = true → Dialog: bug using filtering select in modal dialog with refreshOnShow = true |
comment:7 Changed 13 years ago by
Milestone: | → tbd |
---|
mark all (open) tickets w/blank milestones to be "tbd"; their milestones need to be set to a version number or to "future"
comment:8 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
please re-open with a test-case, if still applicable.
Note: See
TracTickets for help on using
tickets.
Would be nice if you could attach the actual HTML testcase.