Edgewall Software

Opened 7 years ago

Last modified 7 years ago

#12890 closed defect

Remove fieldsets which have had iefix class — at Version 1

Reported by: Jun Omae Owned by:
Priority: normal Milestone: 1.2.3
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Jun Omae)

fieldset.iefix has been added in [979] to avoid some old IE bugs. The fieldset element wraps textarea element for wikitext but is not visible. The fieldset.iefix has no borders, no margins and no padding.

The fieldset.iefix has been removed and iefix class has been removed from fieldset elements in [11129] but fieldsets still remains. Then, the fieldset element became to be visible because fieldset rule in trac.css is applied.

Trac 1.0 and later:

Trac 0.12 and early:

But I think it is unintentional, and that is not cool.

I consider we should remove the fieldset elements which wrap textarea.wikitext because fieldset.iefix is not available.

Change History (4)

by Jun Omae, 7 years ago

Attachment: fieldset.png added

by Jun Omae, 7 years ago

Attachment: fieldset-0.12.png added

comment:1 by Jun Omae, 7 years ago

Description: modified (diff)

by Ryan J Ollos, 7 years ago

Note: See TracTickets for help on using tickets.