Closed Bug 277498 Opened 20 years ago Closed 20 years ago

listbox removeItemAt also removes column headings.

Categories

(Core :: XUL, defect)

1.7 Branch
x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 236068

People

(Reporter: pwilson, Assigned: jag+mozilla)

Details

This operation should only remove listitem elements and should preserve listhead
and listcols elements.
The listbox XBL binding code says it all:
      <method name="removeItemAt">
        <parameter name="index"/>
        <body>
        <![CDATA[
          var remove = this.childNodes[index];
          if (remove)
            this.removeChild(remove);
          return remove;
        ]]>
        </body>
      </method>
Bugs with XUL are the product Core, components like XBL and the various XP
Toolkit components (unless you know for sure that Firefox forked a particular
bit). Please pick an appropriate place to file there, and save us all one extra
set of bugspam.
Assignee: firefox → jag
Component: General → XP Toolkit/Widgets
Product: Firefox → Core
QA Contact: general → jrgmorrison
Version: 1.0 Branch → 1.7 Branch
This has been fixed in bug 236068, hasn't it?
Indeed.  Phil, firefox has forked _all_ the XBL bindings for XUL.  So any bug
reported against the non-C++ part of XUL needs to be fixed separately for
Firefox and Mozilla...

*** This bug has been marked as a duplicate of 236068 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.