Bug 108251

Summary: [SCREENSHOT] Issues in screenshots implementation
Product: LibreOffice Reporter: Olivier Hallot <olivier.hallot>
Component: DocumentationAssignee: Not Assigned <libreoffice-bugs>
Status: NEW ---    
Severity: normal CC: olivier.hallot, xiscofauli
Priority: medium    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Crash report or crash signature: Regression By:
Bug Depends on:    
Bug Blocks: 106040, 130744    

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