On 09/24/2012 04:42 PM, 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 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 will consider committing with:
{{{
#!css
div.trac-resizable { display: table; width: 100% }
}}}
instead of:
{{{
#!css
div.trac-resizable { display: table; width: 1px }
}}}
A comment associated with the submitted patch. I have not checked the
views exhaustively to make sure the suggestion makes sense yet.
Cheers,
Gary