#1201 closed defect (fixed)
parseWidgets="false" as an attribute on a node is not working
Reported by: | guest | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Parser | Version: | 0.3 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
according to this changeset: http://trac.dojotoolkit.org/changeset/3693 - placing parseWidgets="false" on a node should keep the parser from going through that node and its children thereby speeding up page/widget rendering.
I was having a problem with a page that had 50 select elements with ~50 options each. I tried to disable parsing for the div that contained them, but nothing happend, then i did the same for the div that contains my navigation which is a MenuBar2 widget, and the menu still showed up...
Change History (5)
comment:1 Changed 14 years ago by
Milestone: | → 0.4 |
---|---|
Status: | new → assigned |
Version: | 0.4 → 0.3 |
comment:2 Changed 14 years ago by
Cc: | [email protected]… [email protected]… added |
---|
comment:3 Changed 14 years ago by
Cc: | [email protected]… removed |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [6133]) fixes #1201, parseWidget='false' was being ignored... testcase updated