Open
Bug 223766
Opened 21 years ago
Updated 12 years ago
Allow brackets around nickname to be copied
Categories
(Other Applications :: ChatZilla, enhancement)
Other Applications
ChatZilla
Tracking
(Not tracked)
NEW
People
(Reporter: mozilla-bugzilla, Assigned: rginda)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [cz-0.9.71])
Attachments
(1 obsolete file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.5) Gecko/20031007
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.5) Gecko/20031007
The brackets around the nicknames in ChatZilla are not copied along with the
rest of text.
Reproducible: Always
Steps to Reproduce:
1. Log onto irc
2. Copy a line of text
Actual Results:
Pasting the text does not include the brackets surrounding the nickname.
Expected Results:
Mozilla should have included the brackets around the nickname for clarity.
Comment 1•21 years ago
|
||
This should probably be a dup, but I'll make a dependency instead to avoid
duplicates and make it easier to track.
It's a mozilla bug, not something that chatzilla can fix.
Updated•20 years ago
|
Product: Core → Other Applications
Comment 2•19 years ago
|
||
Patch/Hack to make the brackets that go into logfiles hide inside the output document as well, allowing copying. Thanks to Silver for just about everything in the patch (I only fussed about a few optimizations).
Attachment #210161 -
Flags: review?(samuel)
Comment 3•19 years ago
|
||
> // From us to a user.
Is probably better off as:
> // From us, on a channel or network view, to a user.
to maintain code clarity.
Updated•19 years ago
|
Attachment #210161 -
Flags: review?(samuel) → review+
Comment 4•19 years ago
|
||
Checked in.
I suppose we should really be marking this 'HACKEDAROUND', but for lack of a better resolution --> FIXED.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•19 years ago
|
Assignee: rginda → gijskruitbosch+bugs
Status: REOPENED → NEW
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Whiteboard: [cz-0.9.71]
Comment 5•14 years ago
|
||
This started happening again on my machine after upgrading to Firefox 4. I'm using ChatZilla 0.9.86.1 on Linux (KUbuntu).
(This bug should be REOPENed, but I don't seem to have the required permissions to do that.)
Comment 6•14 years ago
|
||
Comment #5 is right, it seems by now display: none; content is no longer being copied. We could probably hide it some other way... maybe width: 0; ?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 7•14 years ago
|
||
Bug 39098 is the top suspect for causing this; it looks like they're disregarding anything that doesn't have a Gecko display frame.
I got some success with "width: 0; height: 0; overflow: hidden; display: inline-block;" but inline-block is relatively new in Gecko...
Updated•14 years ago
|
QA Contact: samuel → chatzilla
Updated•13 years ago
|
Assignee: gijskruitbosch+bugs → rginda
Status: REOPENED → NEW
Updated•12 years ago
|
Attachment #210161 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•