#18066 closed defect (wontfix)
IE 9 : Title of content pane assigned a boolean value instead the actual value
Reported by: | pandian17 | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Layout | Version: | 1.9.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Description: Title of content pane assigned a boolean value instead the actual value.
Only in Internet explorer 9 or greater version has this problem.
When I set title dynamically, It assigns a boolean value. It assigns the title correctly in IE 8, Chrome and Firefox browsers.
I am attaching the screen shot and source code for reference.
Attachments (2)
Change History (3)
Changed 8 years ago by
Attachment: | TitleAssignedBooleanValue.png added |
---|
Changed 8 years ago by
Source code of the jsp file. It contains content pane.
comment:1 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This is a known bug on IE (but I don't have the link). The solution is to stop using <a>
tags for things that aren't links.
Use this instead and your test case works fine:
<a href="javascript:run()">click Me1</a>
Note: See
TracTickets for help on using
tickets.
Tittle Assigned as boolean value.