Remove fieldsets which have had iefix class
| Reported by: |
Jun Omae |
Owned by: |
Ryan J Ollos |
|
Priority:
|
normal
|
Milestone:
|
1.2.3
|
|
Component:
|
general
|
Version:
|
|
|
Severity:
|
normal
|
Keywords:
|
|
|
Cc:
|
|
Branch:
|
|
|
Release Notes:
|
Removed unintended fieldset around ticket description field.
|
|
API Changes:
|
|
|
Internal Changes:
|
|
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
(12)
| Description: |
modified (diff)
|
| Owner: |
set to Ryan J Ollos
|
| Release Notes: |
modified (diff)
|
| Status: |
new → assigned
|
| Release Notes: |
modified (diff)
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
Removing the fieldset looks good to me. On trunk at least, for
label.trac-textarea-hintI would also setline-heightto100%andmargin-bottomto0.5em. Or do some other tweaks that add more space below the You may use WikiFormatting here and move it closer to thetextarea.