Ticket #4965 (closed enhancement: wontfix)

Opened 10 months ago

Last modified 5 weeks ago

Pull up selector-escaping from tabs into ui.core

Reported by: joern.zaefferer Owned by:
Priority: critical Milestone: 1.next
Component: ui.core Version: 1.7.2
Keywords: Cc:

Description (last modified by joern.zaefferer) (diff)

And while at it, do it properly. Currently tabs escapes only colons, while other characters like dots or square brackets should be escaped as well.

Marking this as critical as it will fix one or more tabs tickets and should be considered to inclusion in jQuery core. The earlier we land it, the higher the odds that it eventually lands in jQuery core.

See also http://dev.jqueryui.com/ticket/2715

Change History

Changed 7 months ago by joern.zaefferer

  • description modified (diff)

Changed 7 months ago by scott.gonzalez

  • milestone changed from 1.8 to 1.next

Changed 5 weeks ago by joern.zaefferer

  • status changed from new to closed
  • resolution set to wontfix

Introducing a new method for a rather simple regex-replace isn't really worth it. If we need it anywhere else, we can still introduce that.

Note: See TracTickets for help on using tickets.