Ticket #6462 (closed defect: fixed)
DateTextBox: month back/forward buttons don't show up correctly (FF2)
| Reported by: | josh@… | Owned by: | doughays |
|---|---|---|---|
| Priority: | high | Milestone: | 1.2 |
| Component: | Dijit - LnF | Version: | 1.1.0 |
| Severity: | normal | Keywords: | DateTextbox firefox rendering month buttons css |
| Cc: |
Description (last modified by bill) (diff)
Have an odd rendering problem with FF2 and DateTextbox on dojo 1.1.
The month back button does not appear and the month forward button is offset up and to the right:
My DateTextbox is created as so:
<input type="text"
id="field_2300"
name="osha_expires_8_2300"
size="10"
value="2008-08-30T00:00:00"
dojoType="dijit.form.DateTextBox"
style="width: 90px;"
constraints="{datePattern: 'MM/dd/yyyy'}"
invalidMessage="Invalid Date."
class="us_textbox">
I thought the width style might be a problem or the class attribute but still renders as described above without those.
The page also has the following:
dojo.addOnLoad(function () {
dojo.addClass(dojo.body(), 'tundra');
dojo.parser.parse();
});
I do this because I don't have control over the body tag, just a portal content.
I *thought* this working in 1.0 so not sure if something changed in 1.1.
On IE6/IE7 renders fine, only have issues on FF2 (2.0.0.13)
Let me know if need additional info.
Thanks,
Josh
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
