Closed
Bug 432831
Opened 17 years ago
Closed 17 years ago
Columns in "Join Channel" dialog not resizeable
Categories
(Other Applications Graveyard :: ChatZilla, enhancement)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: psychonaut, Assigned: Gijs)
Details
(Whiteboard: [cz-0.9.82.1])
Attachments
(1 file)
1.11 KB,
patch
|
bugzilla-mozilla-20000923
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080410 SUSE/1.1.9-6.2 SeaMonkey/1.1.9
Build Identifier: Chatzilla 0.9.75.1 [SeaMonkey 1.1.9/2008041000]
See below.
Reproducible: Always
Steps to Reproduce:
1. Log onto an IRC server.
2. IRC->Join channel...
3. A "Join Channel" dialog pops up. The channel table has three columns with headers.
4. Position the mouse on the border between the headers and drag.
Actual Results:
5. Nothing happens.
Expected Results:
5. The mouse pointer should have changed to a horizontal resize icon, and upon dragging the column widths should be changed.
Mozilla's UI toolkit must have such a feature, because it is used in SeaMonkey. For example, go to Tools->Cookie Manager->Manage Stored Cookies. The table there has two columns with adjustable width.
Updated•17 years ago
|
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Hardware: PC → All
Summary: Columns in "Join Channel" menu not resizeable → Columns in "Join Channel" dialog not resizeable
Version: unspecified → Trunk
Assignee | ||
Comment 1•17 years ago
|
||
This patch adds some splitters, which make the dialog resizeable. I added the tree-splitter class so it doesn't look like crap on mac (otherwise you see actual splitter elements, which are higher than the tree column headers and look like rubbish). This is the same thing the cookie dialog uses.
Assignee: rginda → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Attachment #320031 -
Flags: review?(silver)
Comment 2•17 years ago
|
||
Gijs, you meant "...which make the dialog *columns* resizeable", right?
Assignee | ||
Comment 3•17 years ago
|
||
(In reply to comment #2)
> Gijs, you meant "...which make the dialog *columns* resizeable", right?
>
Uhm, yes. D'oh. Sorry, blame conference fatigue. :-(
Comment 4•17 years ago
|
||
Comment on attachment 320031 [details] [diff] [review]
Patch
Gotta wonder why the Mac styling is so crap as to require those classes, but r=silver 'cos it works. :)
Attachment #320031 -
Flags: review?(silver) → review+
Assignee | ||
Comment 5•17 years ago
|
||
Checking in mozilla/extensions/irc/xul/content/channels.xul;
/cvsroot/mozilla/extensions/irc/xul/content/channels.xul,v <-- channels.xul
new revision: 1.4; previous revision: 1.3
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Whiteboard: [cz-0.9.82.1]
Updated•2 months ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•