Closed Bug 92933 Opened 24 years ago Closed 23 years ago

Chatzilla doesn't select tab correctly.

Categories

(Other Applications :: ChatZilla, defect)

defect
Not set
trivial

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: neil, Assigned: rginda)

References

()

Details

Attachments

(1 file)

function setCurrentObject in static.js 1102: tb.setAttribute ("selected", "false"); 1128: tb.setAttribute ("selected", "true"); These should say tb.selected = false; or tb.selected = true; so that the beforeselected and afterselected attributes get updated correctly.
beforeselected and afterselected? What are these? Why does tb.selected fix the problem?
tb.selected calls the XBL property code which sets attributes properly.
hyatt, what's the deal here? Is this a bug in XBL?
What's the conclusion on this? Does it make a difference?
OS: Windows 95 → All
QA Contact: mozilla → samuel
Hardware: PC → All
ok, hyatt says that they're both the same, but |tab.selected = true;| is preferred. I'll attach a patch soon.
Status: NEW → ASSIGNED
Attached patch simple change (deleted) — Splinter Review
Keywords: patch
Comment on attachment 70244 [details] [diff] [review] simple change r=rginda
Attachment #70244 - Flags: review+
checked in
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Product: Core → Other Applications
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: