Bug 108251 - [SCREENSHOT] Issues in screenshots implementation
Summary: [SCREENSHOT] Issues in screenshots implementation
Status: NEW
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: 2020-02-17 20:04 UTC (History)
2 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