Ticket #6613 (new defect)

Opened 3 months ago

Last modified 2 weeks ago

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

ContentPane.html (37.5 kB) - added by guest 3 months ago.
dojox layout CotentPane? test file.

Change History

Changed 3 months ago by guest

dojox layout CotentPane? test file.

Changed 3 months ago by bill

  • owner changed from peller to dante
  • component changed from Dojox to DojoX Widgets
  • summary changed from dojo.layout.ContentPane adjustHtmlPath does not work when you have href and style on the same tag. to dojox.layout.ContentPane adjustHtmlPath does not work when you have href and style on the same tag.

Changed 2 weeks ago by bill

  • milestone set to tbd

mark all (open) tickets w/blank milestones to be "tbd"; their milestones need to be set to a version number or to "future"

Note: See TracTickets for help on using tickets.