Issue 125873 - On-line IDL doc has an unreadable layout
Summary: On-line IDL doc has an unreadable layout
Status: CLOSED FIXED
Alias: None
Product: Infrastructure
Classification: Infrastructure
Component: Documentation (show other issues)
Version: current
Hardware: All All
: P3 Major (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-17 16:52 UTC by bmarcelly
Modified: 2014-11-18 18:59 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description bmarcelly 2014-11-17 16:52:45 UTC
This has happened recently.

The IDL documentation of services is unusable, for example :
https://www.openoffice.org/api/docs/common/ref/com/sun/star/sheet/SheetCell.html
The layout is completely dispersed, information on properties is absent.

Similar problems for interfaces, Constant groups, etc.
Comment 1 Regina Henschel 2014-11-18 14:04:58 UTC
It is a problem with the style sheet. The content is there. When you set your browser not to use the style sheet, you can see the content.
Comment 2 Regina Henschel 2014-11-18 14:08:57 UTC
It seems to be color:white in
body {
  color: white;
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 12pt;
  margin: 0;
}
in https://www.openoffice.org/css/ooo.css
Comment 3 Andrea Pescetti 2014-11-18 16:02:14 UTC
Fixed by Infra, see dev list.
Comment 4 Marcus 2014-11-18 18:59:18 UTC
for me it looks good now