Closed
Bug 47244
Opened 24 years ago
Closed 24 years ago
syntax error in regviewer.xul
Categories
(SeaMonkey :: UI Design, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sean, Assigned: scc)
Details
Attachments
(2 files)
529 bytes,
patch
|
Details | Diff | Splinter Review | |
970 bytes,
patch
|
Details | Diff | Splinter Review |
/xpfe/components/regviewer/regviewer.xul has a syntax error at line 43:
</treecolgroupo>
should be:
</treecolgroup>
Reporter | ||
Comment 1•24 years ago
|
||
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•24 years ago
|
||
all right, I've applied the patch in my tree, and I'll check it in as soon as the
tree opens. r=scc (easy to review for such a simple and obviously correct
patch), thanks sean
Comment 3•24 years ago
|
||
a=waterson
Assignee | ||
Comment 4•24 years ago
|
||
patch checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 6•24 years ago
|
||
Per a post in n.p.m.xpfe (or maybe n.p.m.ui, I forget) treecolgroup tags are
supposed to be migrating to treecols tags. Per hyatt, I think, but then, I
forget. Since I'm being picky, the least I can do is patch.
Comment 7•24 years ago
|
||
Assignee | ||
Comment 8•24 years ago
|
||
should really file new bugs for new and different patches... but we'll work with
what we've got
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Updated•24 years ago
|
Status: REOPENED → ASSIGNED
Assignee | ||
Comment 9•24 years ago
|
||
OK, the word from hyatt is that the |treecols| tag, while it might _someday_ be a
replacement for |treecolgroup|, currently is totally broken. So for now, this we
are not ready to make this switch. James, did you test this new patch? :-)
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → WONTFIX
Comment 10•24 years ago
|
||
Err, I have code working (identically) right now with treecols or treecolgroup.
Doesn't seem broken to me... but never mind. Pretend I wasn't here.
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•