#10797 closed defect (wontfix)
Dialog: sticks to the right side of the page when using html fieldsets OR div elements with specified height (IE6)
Reported by: | towby | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.4.0 |
Keywords: | dijit, dialog, fieldset, div | Cc: | |
Blocked By: | Blocking: |
Description
In Internet Explorer 6, if in the content of a dijit.Dialog which has no specified width or height given on creation,
a) an html fieldset
OR
b) a DIV element with a given height
is used, the dialog will stick to the right side of the page, even when dragging the dialog around.
Pls find attached an example page which shows this bug.
Attachments (1)
Change History (4)
Changed 11 years ago by
Attachment: | dijitDialogStickToRightSideOfPageBug.html added |
---|
comment:1 Changed 11 years ago by
Update for the fieldset bug:
This bug seems only to occur when the content of the dialog consists of fieldsets upon creation. When adding fieldsets to the content via ajax, the dialog looks alright.
comment:2 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Summary: | [IE 6] Dijit.Dialog sticks to the right side of the page when using html fieldsets OR div elements width specified height value → [IE6] Dijit.Dialog sticks to the right side of the page when using html fieldsets OR div elements width specified height value |
Realistically, we probably won't fix this before desupporting IE6.
comment:3 Changed 8 years ago by
Summary: | [IE6] Dijit.Dialog sticks to the right side of the page when using html fieldsets OR div elements width specified height value → Dialog: sticks to the right side of the page when using html fieldsets OR div elements with specified height (IE6) |
---|
Note: See
TracTickets for help on using
tickets.
Example page showing the djiit.Dialog sticking to the right side of the page