On 24/09/12 19:10, Apache Bloodhound wrote:
#203: Wiki toolbar not visible
------------------------+-------------------------
Reporter: olemis | Owner: olemis
Type: defect | Status: accepted
Priority: trivial | Milestone: Release 2
Component: ui design | Version:
Resolution: | Keywords: starter css
------------------------+-------------------------
Comment (by olemis):
Replying to [comment:8 gjm]:
> Patch appears to have some changes that are not required and there may
be an accidental reduction in the size of {{{DIV.trac-resizable}}} which
appears to affect the {{{TEXTAREA}}} when editing wiki pages.
>
I forgot to mention . I only included a verbatim copy of the relevant
rules I found in ''trac.css'' .
> I will consider committing with:
> {{{
> #!css
> div.trac-resizable { display: table; width: 100% }
> }}}
> instead of:
> {{{
> #!css
> div.trac-resizable { display: table; width: 1px }
> }}}
-1 , please take a look at attached screenshot to see what happens when
textarea custom field is defined with ''cols'' set to `10` .
Well in that case we could just remove all the DIV.trac-resizable and
DIV.trac-grip css from that patch. This seems a particularly good option
as the patch has gone beyond its remit by adding the styles for the
resize bar.
Cheers,
Gary