Closed
Bug 452694
Opened 16 years ago
Closed 16 years ago
column headers broken in xblBindings.xul for methods/handlers/resources
Categories
(Other Applications :: DOM Inspector, defect)
Other Applications
DOM Inspector
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mnyromyr, Assigned: mnyromyr)
References
Details
Attachments
(1 file)
(deleted),
patch
|
sdwilsh
:
review+
kairo
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
- inspect a xul window
- in the DOM tree on the left, choose a xul element with a binding, eg. a textbox
- make the XBL binding pane show on the right
- open the sections methods, handlers, resources
=> the column headers have no text, neither has the columnpicker
I see this on Linux trunk with a current SM debug build and have confirmation for Windows non-debug trunk SM. I also see it with Linux and the SeaMonkey 1.1.11 release!
Error Console is silent.
Assignee | ||
Comment 1•16 years ago
|
||
This patch:
- adds missing column labels to the methods, handlers and resources trees
- adds column drag splitters for the latter two
- removes the wrong Makefile depencies on ru and sk
- adds locale data for the new labels in en-US and de
Assignee: nobody → mnyromyr
Status: NEW → ASSIGNED
Attachment #335977 -
Flags: superreview?(neil)
Attachment #335977 -
Flags: review?(sdwilsh)
Assignee | ||
Comment 2•16 years ago
|
||
Comment on attachment 335977 [details] [diff] [review]
add column labels
Requesting additional r? for the German locale.
Attachment #335977 -
Flags: review?(kairo)
Comment 3•16 years ago
|
||
Comment on attachment 335977 [details] [diff] [review]
add column labels
r=sdwilsh for code change; rs=sdwilsh for locale changes, assuming Kairo's r+
Attachment #335977 -
Flags: review?(sdwilsh) → review+
Comment 4•16 years ago
|
||
Comment on attachment 335977 [details] [diff] [review]
add column labels
r+ for the German parts but it would not be needed to fix a locale that is incomplete atm anyway and needs fixing by it owner (me) in any case.
Attachment #335977 -
Flags: review?(kairo) → review+
Updated•16 years ago
|
Attachment #335977 -
Flags: superreview?(neil) → superreview+
Assignee | ||
Comment 5•16 years ago
|
||
Landed on DOMI trunk, <http://hg.mozilla.org/dom-inspector/rev/a7ef648b28cb>.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•