Closed
Bug 644768
Opened 14 years ago
Closed 14 years ago
Bidi algorithm made problem
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
DUPLICATE
of bug 263359
People
(Reporter: ebrahim, Assigned: jfkthame)
References
()
Details
Attachments
(1 obsolete file)
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.14 Safari/534.24
Build Identifier:
hi, something that annoying me (and a lot people that working in rtl wikis in wikipedia) is that why firefox do not calculate bidi algorithm for each separate?
comapre this data:text/html;charset=utf-8,%3Ctextarea%3E%D8%B4%0A==%D8%B4==%3C/textarea%3E%3Ctextarea%3E%0A%0A==%D8%B4==%3C/textarea%3E on Google Chrome, Konqueror, Internet Explorer with Firefox ...
you can see that they calculate bidi algorithm for each line separate.
i can not find here http://unicode.org/reports/tr9/ a note that prevent this.
also read this (that i found from that document) i '''think''' this is related to this bug
* Reordering. The text within each paragraph is reordered for display: first, the text in the paragraph is broken into lines, then the resolved embedding levels are used to reorder the text of each line for display.
Reproducible: Always
Comment 1•14 years ago
|
||
The problem with newlines in preformatted text is that it's not clear that they're paragraph separators...
That said, I think Simon landed a change to treat them as such today.
Comment 2•14 years ago
|
||
Yes I did :)
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
thanks, i will test it from nightly builds :) ah title is wrong a bit, sorry about it
nice, working well, thank you, but i can see something same delayed updating can seen on firefox nightly builds when editing on wikipedia rtl pages (that is not available on ltr pages), watch this:
http://fa.wikipedia.org/w/index.php?title=%DB%B2%DB%B7_%D9%81%D8%B1%D9%88%D8%B1%D8%AF%DB%8C%D9%86&action=edit
please insert two or more enter on middle lines of it and delete them.
or in this page:
http://he.wikipedia.org/w/index.php?title=18_%D7%91%D7%99%D7%95%D7%9C%D7%99&action=edit
before this line: ==נולדו== please insert enter;
i think it can reported as a separate bug but i can not provide better example to show that.
Comment 5•14 years ago
|
||
(In reply to comment #4)
> nice, working well, thank you, but i can see something same delayed updating
> can seen on firefox nightly builds when editing on wikipedia rtl pages (that is
> not available on ltr pages), watch this:
> http://fa.wikipedia.org/w/index.php?title=%DB%B2%DB%B7_%D9%81%D8%B1%D9%88%D8%B1%D8%AF%DB%8C%D9%86&action=edit
> please insert two or more enter on middle lines of it and delete them.
> or in this page:
> http://he.wikipedia.org/w/index.php?title=18_%D7%91%D7%99%D7%95%D7%9C%D7%99&action=edit
> before this line: ==נולדו== please insert enter;
> i think it can reported as a separate bug but i can not provide better example
> to show that.
I think that's bug 645119, which I just filed (and it's probably my fault -- it doesn't have anything to do with bidi).
Comment 6•14 years ago
|
||
Test landed as http://hg.mozilla.org/mozilla-central/rev/1e2727bc8036
Flags: in-testsuite+
Assignee | ||
Comment 7•9 years ago
|
||
And the same applies here, too; the failures often seem to show up together.
Attachment #8706301 -
Flags: review?(dholbert)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jfkthame
Assignee | ||
Comment 8•9 years ago
|
||
Comment on attachment 8706301 [details] [diff] [review]
patch 2 - Use -moz-appearance:none to work around unreliable Gtk3 theming of textarea
Ugh, bzexport misunderstood me and attached this to the wrong bug. Will re-post it on bug 1237355.
Attachment #8706301 -
Attachment is obsolete: true
Attachment #8706301 -
Flags: review?(dholbert)
You need to log in
before you can comment on or make changes to this bug.
Description
•