Created attachment 119404 [details] example a page if you look at the attached screenshot, you see that the paragraph alignment is uneven. In addition, they are placed away from the "note" and "warning" flags that makes it unsightly. it would be great if between the flags and the paragraph is had a small distance, and all the paragraphs is aligned the left edge. screenshot made on: Kubuntu 14.04 LO master at 06.10.2015
Lera: Please attach the .xhp file too.
Created attachment 119406 [details] .xhp file I attach .xhp file. Also, you can download the latest version https://gerrit.libreoffice.org/#/c/19236/
Lera: Your file has a muddle of block-level elements and inline-level elements. The element 'embed' is a block-level element. It embeds an element 'section'. Block-level elements are not allowed as child of an element 'paragraph'. If you want to embed something inside a paragraph, you have to use an inline-level element. So inside a paragraph use an element 'embedvar', which embeds an element 'variable'. To solve the conflict, do not write <paragraph id="par_id9397381616478" role="paragraph" localize="false" xml-lang="en-US"> <embed href="text/scalc/01/ex_data_stat_func.xhp#ex_func_average"/> </paragraph> but simple write <embed href="text/scalc/01/ex_data_stat_func.xhp#ex_func_average"/>
<paragraph id="par_id262061474420658" role="note" xml-lang="en-US"></paragraph> is needless. The section, which will be embed with the next element, has got the attribute 'role="note"' itself.
Delete my last comment.
Created attachment 119411 [details] screenshot Well, I corrected this point, but it has not brought the expected results. Paragraphs continue to have uneven alignment. What's next?
Created attachment 119412 [details] new .xhp file
Do the two 'note' paragraphs have the same indent now? In regard to alignment of 'note'- and 'tip'-paragraph I have no immediate solution. I guess, that it is nothing in the .xhp files, but happens on the way to the help browser. Please switch your icon theme from Tango to Galaxy before viewing the new help page. Is the indent the same then? [The icon size is different in Tango and Galaxy.]
(In reply to Regina Henschel from comment #8) > Do the two 'note' paragraphs have the same indent now? > > In regard to alignment of 'note'- and 'tip'-paragraph I have no immediate > solution. I guess, that it is nothing in the .xhp files, but happens on the > way to the help browser. Please switch your icon theme from Tango to Galaxy > before viewing the new help page. Is the indent the same then? [The icon > size is different in Tango and Galaxy.] It is Oxygen, I have it default http://itmag.es/5ZUis It is Tango http://itmag.es/4UPjO It is Galaxy http://itmag.es/5Oocu I think that the problem is associated with the table styles
The problem is surely outside your file. Have a look at the help "Icons in the Documentation" (Search for 'Icons' in 'headings only'). It shows the three types and has the same wrong alignment you have noticed. AOO uses a constant spacing between icon and text. LO 4.2 has a constant spacing for 'note' and 'tip' and this large width for 'warning'. You are right, different table settings result in not aligned paragraphs. But I do not know where these widths are set. I do not find such settings, neither in the .xhp file, nor in the main_transform.xsl nor in the default.css.
this became a lot worse with this commit commit a219bbb62f974020fac0799143fbc51c385bb460 Author: Matteo Casalin <matteo.casalin@yahoo.com> AuthorDate: Mon Sep 1 23:36:14 2014 +0200 Simplify by early bailout
Michael Stahl committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=9092f96c63c05833ee5319935da1078afe216b55 tdf#94871: sw: fix a frame formatting regression that affects help It will be available in 5.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Michael Stahl committed a patch related to this issue. It has been pushed to "libreoffice-5-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=ae846d08b1a18d4cd8f7d59774b3f6686e383280&h=libreoffice-5-0 tdf#94871: sw: fix a frame formatting regression that affects help It will be available in 5.0.4. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Michael Stahl committed a patch related to this issue. It has been pushed to "libreoffice-4-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=e0b9abe1f9cfcf6b43ea3bfc7ae47f649c0992bb&h=libreoffice-4-4 tdf#94871: sw: fix a frame formatting regression that affects help It will be available in 4.4.7. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
adding regression keyword here
I have tested Version: 5.1.0.0.alpha1+ Build ID: f271602f7193ddf584ea58dc6a468e6842d0781e TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-11-08_22:37:35 Locale: de-DE (de_DE) The problem still exists, see attached screenshot.
Created attachment 120587 [details] screenshot with LO5.1
hmm... that one i can reproduce all the way back to 3.4.6 as well as AOO 3.4.0, so not a regression, removing keyword again
Setting Assignee back to default. Please change it back if you're still working on this issue
The help pages has now a completely new design and implementation.