Bug 108251 - [SCREENSHOT] Issues in screenshots implementation
Summary: [SCREENSHOT] Issues in screenshots implementation
Status: NEEDINFO
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Help Screenshot
  Show dependency treegraph
 
Reported: 2017-05-30 19:45 UTC by Olivier Hallot
Modified: 2026-04-27 18:03 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Hallot 2017-05-30 19:45:17 UTC
After following the instructions on manual screen shooting of the page

https://wiki.documentfoundation.org/Documentation/Screenshots

Here are some issues I found.

1) The code snippet suggested at the bottom of the dialog miss double quotes in tags attributes. The image in the wiki page clearly shows it.

Attributes with no quotes:

id
xml-lang
src
width
height

2) on saving the dialog image, the suggested filename is not the dialog outer widget title, but the dialog .ui file name.

example: when saving 'Pick a Color' dialog, the suggested filename is "colorpickerdialog.png" instead of "ColorPicker.png". The last is what the code snippet suggest.

3) the <alt> value could be the dialog title (e.g. "Pick a Color")

4) same for the <caption> tag, that is not suggested in the snippet, but is valid for XHP.
Comment 1 Xisco Faulí 2017-05-31 08:27:53 UTC
I trust you :D
Comment 2 BogdanB 2026-04-27 18:03:05 UTC
Olivier, is this bug relevant today?

This code is from Calc - Format Cells
<paragraph id="par_id40686" role="paragraph"><image id="img_id45304" src="media/screenshots/modules/scalc/ui/formatcellsdialog/FormatCellsDialog.png" width="26cm"  height="17cm"><alt id="alt_id9253"> </alt></image></paragraph>

You said: Attributes with no quotes: id, src, width, height. But all of them have quotes. Please can you verify? Maybe it was solved meanwhile.