Opened 9 years ago
Closed 5 years ago
#14779 closed defect (patchwelcome)
TooltipDialog: width too narrow on initial display
Reported by: | Matej | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.13 |
Component: | Dijit | Version: | 1.7.2rc1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
This is similar to Ticket #14770 (new defect).
The content in the TooltipDialog is bad rendered for first time.
CSS
label { display: inline-block; width : 200px; }
DOJO
<div data-dojo-type="dijit.form.DropDownButton"> <span>Click here</span> <div data-dojo-type="dijit.TooltipDialog"> Enter your name <form data-dojo-props="action : 'server.html'" data-dojo-type="dijit.form.Form" id="formID" method="post"> <section> <label for="name">Name:</label> <input name="name" id="name" data-dojo-type="dijit.form.TextBox"> </section> <section> <label for="surname">Surname:</label> <input name="surname" id="surname" data-dojo-type="dijit.form.TextBox"> </section> <section> <label></label> <button type="submit" data-dojo-type="dijit.form.Button"> Submit </button> </section> </form> </div> </div>
Attachments (2)
Change History (7)
Changed 9 years ago by
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|---|
Summary: | dijit.form.DropDownButton / TooltipDialog layout bug → TooltipDialog: sizing bug on initial display |
comment:2 Changed 9 years ago by
Summary: | TooltipDialog: sizing bug on initial display → TooltipDialog: width too narrow on initial display |
---|
See also #14267.
comment:3 Changed 8 years ago by
Priority: | undecided → low |
---|
comment:4 Changed 8 years ago by
Milestone: | tbd → future |
---|
comment:5 Changed 5 years ago by
Milestone: | future → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Given that no one has shown interest in creating a patch in the past 3+ years, I'm closing this as patchwelcome.
Note: See
TracTickets for help on using
tickets.
For the future please attach test cases as a single HTML file attachment, thanks.