[wp-trac] [WordPress Trac] #31599: White space between visual editor content and status bar
WordPress Trac
noreply at wordpress.org
Thu May 28 11:05:34 UTC 2015
#31599: White space between visual editor content and status bar
--------------------------+-----------------------------
Reporter: iseulde | Owner:
Type: defect (bug) | Status: new
Priority: low | Milestone: Future Release
Component: Editor | Version: 4.1
Severity: normal | Resolution:
Keywords: needs-patch | Focuses: javascript
--------------------------+-----------------------------
Comment (by tyxla):
Is there a reason why `visibility: hidden` is used here instead of
`display: none`?
Since `visibility: hidden` is used, the space for the path bar is
preserved even when it is hidden. This is what prevents the visual editor
to expand and reach the status bar.
Why not just replace `visibility: hidden` with `display: none`? No further
calculations need to be done IMHO. It seems to be working fine for me on
multiple different tests. Here's a patch.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/31599#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list