#46 closed defect (fixed)
Subwidgets appear in type-order not order in which they are listed in HTML
Reported by: | Owned by: | Dylan | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.10 |
Component: | Widgets | Version: | 0.0 |
Keywords: | Cc: | Dylan | |
Blocked By: | Blocking: |
Description (last modified by )
[edited] quote from Alex on IRC discussion:
slightlyoff: So here's what's happening. Normally, widgets are constructed and then the nodes they are constructed from are *replaced* (which the parent node is). This means that the child nodes are then added to the parent without being node replacements. So they just get added in whatever order the parser encounters them and since they're getting put into type-specific buckets...
Attachments (2)
Change History (13)
comment:1 Changed 17 years ago by
Cc: | Dylan added |
---|
comment:2 Changed 17 years ago by
Milestone: | → 0.1beta |
---|
comment:3 Changed 17 years ago by
Priority: | normal → highest |
---|
comment:4 Changed 17 years ago by
severity: | normal → blocker |
---|
comment:5 Changed 17 years ago by
Milestone: | 0.1beta → 0.1release |
---|---|
Version: | → 0.0 |
comment:6 Changed 17 years ago by
Owner: | changed from Alex to Dylan |
---|
comment:7 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:10 Changed 8 years ago by
Description: | modified (diff) |
---|---|
Milestone: | → 1.10 |
comment:11 Changed 8 years ago by
This was a reference to the github pull request #46 (I guess I should have used (#pr) instead of refs #pr. I didn't really rewrite the foundation of the templating engine just now :).
Note: See
TracTickets for help on using
tickets.
IMO this is a 0.1 release blocker.