dijit/Dialog: CodeGlass example "External Dialog content using HREF attribute" not working properly
- Run the example. Click on the button "Show me!". IE9 gives an access denied error. No content is loaded. FF15, Safari 5.1.7. load the content correctly however the dialog's size seems to be not correct. The dialog is too big. The iframe therefore displays a vertical and horizontal scrollbar. As soon as you try to scroll with the vertical scrollbar, the bar suddenly disappears because the dialog gets a resize event and now fits properly into the frame.
Change History (4)
Milestone: |
tbd →
1.9
|
Priority: |
undecided →
high
|
Component: |
Dijit →
Website
|
Milestone: |
1.9 →
tbd
|
Owner: |
changed from bill to Kitson Kelly
|
Status: |
new →
assigned
|
The second issue was filed and fixed as #16298, but not sure how to fix the first issue. I guess it's a by-product of loading the <iframe> contents from a javascript:"..." URL rather than a proper href://... URL. Maybe Kitson's rewrite of the reference doc wiki will fix this, by exporting all the examples to separate HTML files?
Kitson - Assigning to you. Maybe you want to close this and file a ticket in github instead.