Opened 12 years ago
Closed 12 years ago
#1722 closed defect (fixed)
Display glitch in derived bioassay edit dialog
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 3.2 |
Component: | web | Version: | |
Keywords: | Cc: |
Description (last modified by )
See the attached file. For a standard BASE installation this only happens when the 'none' item subtype is selected. If a specific subtype is used, eg. scan, the glitch disappears.
The glitch is only visible in Internet Explorer. Firefox is ok.
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | edit_derivedbioassay.png added |
---|
comment:1 by , 12 years ago
Description: | modified (diff) |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [6117]) Fixes #1722: Display glitch in derived bioassay edit dialog
Seems like it was related to the
float: left
on the warning icon. Addingoverflow: hidden
to the parent container got rid of the problem.