Closed
Bug 292227
Opened 20 years ago
Closed 10 months ago
URL is wrapped by following non-ASCII character
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: hidenosuke, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050425 Firefox/1.0+
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050425 Firefox/1.0+
URL string is wrapped if insert double byte character
after URL string.
Reproducible: Always
Steps to Reproduce:
1.Open Comoser.
2.Paste long URL.
For example
https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Thunderbird&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&resolution=DUPLICATE&resolution=---&emailassigned_to1=1&emailtype1=exact&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailtype2=exact&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=
3.Insert double byte character. For example あ.
Actual Results:
URL is wrapped.
Expected Results:
URL is not wrapped.
Comment 1•20 years ago
|
||
==> editor
Assignee: sspitzer → mozeditor
Component: MailNews: Composition → Editor
QA Contact: bugzilla
Comment 2•20 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Reporter | ||
Comment 3•20 years ago
|
||
This is still reproducible in 2005092506-trunk/Linux.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Updated•20 years ago
|
Summary: URL is wrapped by following DBC → URL is wrapped by following non-ASCII character
Updated•18 years ago
|
QA Contact: bugzilla → editor
Updated•18 years ago
|
Assignee: mozeditor → nobody
Comment 4•16 years ago
|
||
This is an old Bug! Maybe this is regression in Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0
Example:
http://www.nauticexpo.com/prod/attwood/boat-battery-switch-22400-53824.html with mailnews.wraplength set to 72 (default) breaks to:
http://www.nauticexpo.com/prod/attwood/boat-battery-switch-
22400-53824.html
Comment 5•5 years ago
|
||
Bulk-downgrade of unassigned, >=3 years untouched DOM/Storage bug's priority.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
Comment 6•10 months ago
|
||
This shuld've been a layout bug. On the other hand, the line break handling and layout itself have been improved a lot after this report. So, please file new bugs with testcases if you see similar issues.
Status: NEW → RESOLVED
Closed: 10 months ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•