Modify ↓
#2830 closed defect (fixed)
Main plugin page layout broken in Safari
Reported by: | Owned by: | osimons | |
---|---|---|---|
Priority: | normal | Component: | CustomFieldAdminPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
In Safari, the 'Add Custom Field' on the main page of the plugin, does not correctly float to the right of the list of custom fields - instead the list of custom fields appears beneath it.
As this worked fine in Firefox, checking the code with Firebug, I found that there is a missing </div> for the 'Add Custom Field' box which needs putting in to correct the layout problem.
The additional </div> should be placed after the existing </div> on line 77 of the 'customfieldadmin.cs' file.
Attachments (0)
Change History (3)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Yes, that fixes it, thank you.
comment:3 Changed 17 years ago by
(In [3428]) CustomFieldAdminPlugin Minor 0.10 template fix.
Closes #2830
Note: See
TracTickets for help on using
tickets.
Right, don't have a test setup for the 0.10 version anymore, but staring at the code it does look like a closing
</div>
is missing after line 68. Could you please test this change?0.10/customfieldadmin/templates/customfieldadmin.cs