#1809 closed defect (duplicate)
Dojo combobox does not show the select button on FF when loading dynamically a dojo dialog
Reported by: | Owned by: | Douglas Hays | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.4 |
Keywords: | combobox, dialog | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
I noticed some people reported a problem with the dojo combobox from inside a dialog, but didn't see any response. Since this was working correctly on v0.3.1 I decided to open a defect.
Anyway, I am having a problem to display the select button of a dojo combobox when loading the content of a dialog dynamically in FF.
In my html I have something like this:
<div dojoType="dialog" id="dialogContent" bgColor="white" bgOpacity="0.5" toggle="fade" toggleDuration="250" style="display: none;"> </div>
and at a user specific action I load the content of that dialog dynamically by using the code below:
var ph = dojo.widget.byId("dialogContent"); if (ph) {
ph.setContent(data);
}
The code of my dialog:
<span style="background-color: #77879E; border: 1px solid #000000;">Dialog Title</span> <span id="rd_dataSourceDialogMessage"></span> <span>Dialog description</span> <form onsubmit="return false;" style="overflow:auto;">
<table style="margin: 0px 15px 0px 15px;">
<tr>
<td style="width:45%;">Field 1</td>
</tr> <tr>
<td>
<select dojoType="combobox" widgetId="rd_dataSourceDialogVendors"
style="width: 200px;" name="dataSourceDialogVendor" autocomplete="false" maxListLength="15">
</select>
</td>
</tr>
</table>
</form>
In IE, the select button of the dojo combobox appears correctly, but in FF it does not. This was used to work on 0.3.1.
Is this a well know problem? Any workaround?
Thanks
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | dialog&combobox.JPG added |
---|
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Owner: | changed from anonymous to Douglas Hays |
---|
I doubt this is related to Dialog. (It probably happens with any ContentPane? w/an href parameter.)
comment:3 Changed 14 years ago by
Cc: | [email protected]… added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
The component should be changed to "Widgets"