Opened 9 years ago
Closed 9 years ago
#14976 closed defect (wontfix)
[regression] ValidationTextBox: tooltipPosition=after doesn't layout correctly
Reported by: | milad | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Dijit | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
hi all
if i set tooltipPosition attribute in dijit.form.ValidationTextBox?,the tooltip defaced.
this happen when set tooltipPosition equal before or after.
with dojo 1.7.1 everything work fine.
Attachments (1)
Change History (2)
Changed 9 years ago by
Attachment: | input.html added |
---|
comment:1 Changed 9 years ago by
Component: | General → Dijit |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Summary: | [regression] tooltip deface when set tooltipPosition attr → [regression] ValidationTextBox: tooltipPosition=after doesn't layout correctly |
Note: See
TracTickets for help on using
tickets.
Yes, you need to set tooltipPosition="after-centered". Then it works.