Ticket #7796 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

defaultGetter in the query engine incorrectly detects attrs in XML docs on IE

Reported by: alex Owned by: alex
Priority: normal Milestone: 1.2.1
Component: Core Version: 1.2beta
Severity: normal Keywords:
Cc:

Description

an optimization exists for IE branches currently which prevents getAttribute/hasAttribute from being used in cases where they should be (XML documents, etc.). The problem exhibits itself in XML document attribute matches that are not correctly found. See:

http://dojotoolkit.org/forum/dojo-core-dojo-0-9/dojo-core-support/dojo-query-e-broken-ie7#new

Change History

Changed 3 months ago by alex

(In [15412]) ensure that attribute names and values are correctly looked up in XML documents on IE. Will need to merge this back into the 1.2 branch. Refs #7796. !strict

Changed 3 months ago by peller

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

in [15444] merged Alex's change to 1.2 branch

Note: See TracTickets for help on using tickets.