#7408 closed defect (fixed)
regression: Strange Cursor Problem with ValidationTextBox
Reported by: | taras | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - Form | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hi
I found this bug, that for sure it did not appear 1 month before.
I have a ContentPane? inside a BorderContainter?. Inside both I defined a dialog. I know that this is not a typical case, in my application I have several levels of ContentPanes? and a lot of widgets inside, but this case is the minimum case that replicate the problem that I found.
Problem: cursor is not displayed inside the TextBox?. Browser: FF2 (not tested with other browsers) Version: 10/Aug/2008 but the problem happens with at least: 03/Aug/2008 and may be before.
I attached a test program that replicates the problem.
Note: The cursor reappears in the two following cases:
[1] if height: 100%; is removed from the html, body{ style. [2] If dijit.layout.ContentPane? is removed.
In my application I cannot apply those workarounds, so I am really stucked with this issue.
Thanks !
Eduardo
Attachments (4)
Change History (11)
Changed 14 years ago by
Attachment: | validationText.html added |
---|
comment:1 Changed 14 years ago by
Component: | General → Dijit |
---|---|
Owner: | changed from anonymous to Douglas Hays |
comment:2 Changed 14 years ago by
Owner: | changed from Douglas Hays to bill |
---|---|
Summary: | Strange Cursor Problem with ValidationTextBox → regression: Strange Cursor Problem with ValidationTextBox |
This is a regression caused by [14612].
Adding overflow:hidden to dijitDialog broke this.
Eduardo, thanks for the excellent testcase. As a workaround, add overflow:auto to your Dialog style markup.
comment:3 Changed 14 years ago by
Ah, the joys of browser bugs. FWIW, this only occurs when the Dialog is over the BorderContainer. I'm attaching a simplified testcase to show that. (If you move the Dialog away from the BorderContainer then you can see the cursor.
Changed 14 years ago by
problem only occurs when Dialog is over the BorderContainer?.
Changed 14 years ago by
even simpler testc case. problem occurs when <input> is over <div style="overflow:auto">
Changed 14 years ago by
root FF2 bug (overflow: hidden <div> over overflow: auto <div>)
comment:4 Changed 14 years ago by
Thanks very much for the workaround, it works!.
you are great guys
Eduardo
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 Changed 14 years ago by
Milestone: | tbd → 1.2 |
---|
comment:7 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
This sounds familiar (although not with such a complicated test case).