Opened 12 years ago
Closed 12 years ago
#7761 closed defect (invalid)
Dialog: scrollbar outside title if content too large
Reported by: | jayantbsai | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.2beta |
Keywords: | dijit, dialog | Cc: | |
Blocked By: | Blocking: |
Description
When running the attached code, the slider is outside the title bar. Thus scrolling down, hides the slider. The slider should be for the content and now the full window. Although the code points to 1.1.1, but its the same with 1.2.0rc2.
Attachments (1)
Change History (2)
Changed 12 years ago by
Attachment: | dijit_dialog.html added |
---|
comment:1 Changed 12 years ago by
Priority: | high → normal |
---|---|
Resolution: | → invalid |
severity: | major → normal |
Status: | new → closed |
Summary: | dijit.Dialog scrollbar outside title if content too large → Dialog: scrollbar outside title if content too large |
You shouldn't be specifying a width/height on the Dialog widget but on a div inside of it.
See http://docs.dojocampus.org/dijit/Dialog#sizing-the-dialog (I just added that section.)
Admittedly it might be nice if a style attribute on the dialog widget itself affected the size of the dialog's contents, but that's not how it (currently) works.
Note: See
TracTickets for help on using
tickets.
Test case