Opened 25 hours ago

Closed 8 hours ago

#1627 closed defect (fixed)

Incorrecly styled header on lab protocols

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: Reggie v5.4.1
Component: net.sf.basedb.reggie Keywords:
Cc:

Description (last modified by Nicklas Nordborg)

See attached image .

This is probably from changes made in BASE 3.20 https://base.thep.lu.se/changeset/8270 when the iframe.css stylesheet was added.

Reggie has used the PageType.IFRAME for protocols since this typically prevent BASE from adding any default CSS to the page. Unfortunately there are no other PageType definitions that avoid this problem right now. Hopefully if will get fixed in a future BASE version, but until then we may find a way to disable the iframe.css stylesheet from being used by Reggie.

Attachments (1)

lab_protocol_bad_header.png (37.6 KB ) - added by Nicklas Nordborg 25 hours ago.

Download all attachments as: .zip

Change History (3)

by Nicklas Nordborg, 25 hours ago

Attachment: lab_protocol_bad_header.png added

comment:1 by Nicklas Nordborg, 25 hours ago

Description: modified (diff)

comment:2 by Nicklas Nordborg, 8 hours ago

Resolution: fixed
Status: newclosed

In 7965:

Fixes #1627: Incorrecly styled header on lab protocols

Fixed by adding a script that disables the iframe.css stylesheet.

Note: See TracTickets for help on using tickets.