Ticket #6613 (new defect)
dojox.layout.ContentPane adjustHtmlPath does not work when you have href and style on the same tag.
| Reported by: | guest | Owned by: | dante |
|---|---|---|---|
| Priority: | normal | Milestone: | tbd |
| Component: | DojoX Widgets | Version: | 1.0 |
| Severity: | normal | Keywords: | dojox ContentPane href adjustHtmlPath |
| Cc: |
Description
To duplicate modify dojox/layout/tests/ContentPane.html and add the style tag to the htmlPathsSpeedTest
+"<a href=\"../../topmost.html\" style=\"width:20px\">\n"
Do the same change in the expectedHtml. (See attached file)
Run the tests. It will fail... _AssertFailure: http://localhost/dojo-release-1.0.0/dojo/dojo.js:133 doh._AssertFailure: assertEqual() failed: expected |<a href="topmost.html" style="width:20px">| but got |<a href="../../topmost.html" style="width:20px">
Attachments
Change History
Note: See
TracTickets for help on using
tickets.