Ticket #3886 (closed task: wontfix)

Opened 16 months ago

Last modified 4 months ago

dojo.html and dojo.style migration doc

Reported by: bill Owned by: anonymous
Priority: normal Milestone: 1.2
Component: HTML Version: 0.9
Severity: normal Keywords:
Cc:

Description (last modified by peller) (diff)

All the old functions in dojo.html (and dojo.dom?) and dojo.style should be listed in http://dojotoolkit.org/book/dojo-porting-guide-0-4-x-0-9/style-html-utility-function-changes with their 0.9 equivalents or at least a message saying "tough luck, we aren't supporting that anymore" :-) but hopefully something better like advice about how to do the same thing in user code.

From Michael Shall's mail here a subset of the missing information:

Functions I'm missing so far in my port...

dojo.html.selectInputText
dojo.html.getAncestors
dojo.html.replaceNode
dojo.string.escapeXml
dojo.string.escapeHtml

dojo.isNumber - I suppose we could use dojo.number.? to find this out, but the other isXXX are there and this one is missing.
dojo.setClass - Add/Remove/Has made the cut, but not set.  I used to set className, but in 0.4 setClass is more complicated, I assume for xbrowser

The following may be able to be done with dojo.query...
dojo.html.firstElement
dojo.html.lastElement
dojo.html.nextElement
dojo.html.prevElement

Change History

Changed 16 months ago by alex

  • status changed from new to assigned
  • owner changed from anonymous to alex

Changed 10 months ago by bill

  • component changed from Core to HTML

Changed 8 months ago by bill

  • milestone changed from 1.1 to 1.2

Move all milestone 1.1 tickets to 1.2, except for reopened tickets and tickets opened after 1.1RC1 was released.

Changed 4 months ago by peller

  • status changed from assigned to new
  • owner changed from alex to anonymous
  • description modified (diff)

Changed 4 months ago by dylan

Closing this as it's been a year and probably will never be completed.

Changed 4 months ago by dylan

  • status changed from new to closed
  • resolution set to wontfix
Note: See TracTickets for help on using tickets.