#5622 closed defect (duplicate)
ValidationTextBox tooltip misplaced in scrolled ContentPane
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Using the Tundra theme, a ValidationTextBox? tooltip inside a ContentPane? (or similar) is misaligned. The scroll offset of the container is not taken into account.
Attachments (1)
Change History (6)
comment:1 Changed 13 years ago by
Milestone: | 1.0.3 → 1.1 |
---|
comment:2 follow-up: 3 Changed 13 years ago by
comment:3 Changed 13 years ago by
Replying to bill:
No test case attached... you mean that you have a pane with a scrollbar and you scroll that pane? Which browser?
Easiest example is a modification to themeTester.html which adds a ValidationTextBox? to the "form elements" tab. That's what the attached diff does.
Firefox 2.0: click on the textbox, scroll the pane. The tooltip does not scroll. Safari 3.0: same issue, and if the pane is scrolled before you click on the textbox, the tooltip appears in the wrong spot. I have not tried this in IE yet.
Martin
comment:4 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Hi Martin,
Firefox 2.0: click on the textbox, scroll the pane. The tooltip does not scroll. Safari 3.0: same issue
OK, that's a dup of #4600.
and if the pane is scrolled before you click on the textbox, the tooltip appears in the wrong spot. I have not tried this in IE yet.
OK, that's the same issue as #5295.
comment:5 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
No test case attached... you mean that you have a pane with a scrollbar and you scroll that pane? Which browser?