[Libreoffice-bugs] [Bug 59704] Odt to html conversion with characters Iranian / Arabic

2013-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59704

Michael Stahl  changed:

   What|Removed |Added

  Attachment #73438|text/plain  |application/vnd.oasis.opend
  mime type||ocument.text

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 59704] Odt to html conversion with characters Iranian / Arabic

2013-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59704

--- Comment #8 from isaric  ---
New comment (5) of Simon Montagu on :
https://bugzilla.mozilla.org/show_bug.cgi?id=842121

I confirm what Jonathan says in comment 4.

"Meanwhile there is an interesting response in
https://bugs.freedesktop.org/show_bug.cgi?id=59704#c7: 
 'It has "writing-mode:rl-tb" CSS attribute which supersedes "direction:rtl".
Firefox not supporting is a problem with Firefox.'

I don't think it's accurate to say that writing-mode:rl-tb supersedes
direction:rtl.
It's true that writing-mode:lr-tb and rl-tb appeared in an earlier version of
CSS3 Text (http://www.w3.org/TR/2003/CR-css3-text-20030514/), but they are no
longer in the current version (http://www.w3.org/TR/css3-writing-modes/), where
writing-mode only specifies the block flow direction and not the inline
progression direction. As far as I know, the old syntax of writing-mode has
only ever been supported by IE.

I would be happy if someone could copy this comment into the LO bug report,
since I don't have a bugzilla account at freedesktop.org"

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 59704] Odt to html conversion with characters Iranian / Arabic

2013-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59704

Urmas  changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
 OS|Linux (All) |All
 Status|REOPENED|RESOLVED
 Resolution|--- |NOTABUG

--- Comment #7 from Urmas  ---
It has "writing-mode:rl-tb" CSS attribute which supersedes "direction:rtl".
Firefox not supporting is a problem with Firefox.

If you need the latter attribute explicitly, turn this into an enhancement
request.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 59704] Odt to html conversion with characters Iranian / Arabic

2013-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59704

isaric  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---
 Ever confirmed|0   |1

--- Comment #6 from isaric  ---
I's comments on website
https://bugzilla.mozilla.org/show_bug.cgi?id=842121
of Jonathan Kew :
"AFAICT, I don't think this is a Firefox bug.

The "problem" is that the paragraph in question is being laid out with
left-to-right directionality, even though it happens to contain Persian text.
Hence, the paragraph indent appears at the left-hand end of the first line; and
the last (partial) line is aligned to the left. This is correct layout for a
left-to-right paragraph, and is not changed by the fact that some of the words
- even as many as 100% of them! - in the paragraph happen to be in a
right-to-left script.

Note that there's nothing in the HTML suggesting that this paragraph should in
fact be laid out in right-to-left mode. The  element is explicitly tagged
with dir="ltr"; this is inherited by all the paragraphs within it, as they do
not override it.

The layout would be "fixed" if that Persian paragraph were tagged with
dir="rtl" in the source, or if it included direction:rtl in its CSS styling.
But apparently the LibreOffice export failed to do either of those things, even
though the paragraph was presumably presented in RTL layout within LO.

Another possibility would be to tag the paragraphs with dir="auto", which would
make them infer directionality from the text content. This would have provided
the desired result here, though it's possible that it might fail in more
complex cases where the paragraph contains a -mixture- of LTR and RTL text.

It looks as though IE must be doing something like dir="auto" here, even though
the document is explicitly marked (on the  element) as dir="ltr". While
this is giving the desired result in this particular case, I don't think it is
spec-conformant; the real problem is the deficiency in LO's export.

(cc-ing smontagu for confirmation of my understanding here, as he knows more
about these properties.)"

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 59704] Odt to html conversion with characters Iranian / Arabic

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59704

--- Comment #5 from Urmas  ---
Created attachment 73682
  --> https://bugs.freedesktop.org/attachment.cgi?id=73682&action=edit
Rendering of master's XHTML export

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 59704] Odt to html conversion with characters Iranian / Arabic

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59704

--- Comment #4 from Urmas  ---
Looks like a Firefox bug to me.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 59704] Odt to html conversion with characters Iranian / Arabic

2013-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59704

--- Comment #3 from pierre-yves samyn  ---
Created attachment 73586
  --> https://bugs.freedesktop.org/attachment.cgi?id=73586&action=edit
Screenshot : orginal and converted doc

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 59704] Odt to html conversion with characters Iranian / Arabic

2013-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59704

pierre-yves samyn  changed:

   What|Removed |Added

 CC||pierre-yves.samyn@laposte.n
   ||et

--- Comment #2 from pierre-yves samyn  ---
Hello

I reproduce with windows XP pro & windows 7 64bits
with Version 4.0.0.1 (Build ID: 527dba6f6e0cfbbc71bd6e7b88a52699bb48799)

(In reply to comment #1)
> As a work-around, remove all "padding:100%;" occurrences in the result file.

Another work-around is File> Export> XHTML 

However, both are not perfect : as shown in the attached screenshot, the return
line of paragraph preceding  "o friend" is wrong: right-aligned in the original
document, left in the converted document


> It has been fixed in master.

Can you confirm that the correction of the problem above is included in this
version?
If not, would it not reopen this Issue?

Regards
Pierre-Yves

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 59704] Odt to html conversion with characters Iranian / Arabic

2013-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59704

Urmas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Urmas  ---
As a work-around, remove all "padding:100%;" occurrences in the result file.

It has been fixed in master.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs