Opened 10 years ago
Last modified 6 years ago
#31599 new defect (bug)
White space between visual editor content and status bar
Reported by: | iseulde | Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | normal | Version: | 4.1 |
Component: | Editor | Keywords: | has-patch needs-testing |
Focuses: | javascript | Cc: |
Description
Happens when the 'path' is hidden.
Attachments (2)
Change History (8)
This ticket was mentioned in Slack in #core by drew. View the logs.
10 years ago
#4
@
10 years ago
- Milestone changed from 4.2 to Future Release
It sounds like the solution is more complicated than a simple style change to remove the white bar. Pretty low priority, punting.
#5
@
10 years ago
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.
Note: See
TracTickets for help on using
tickets.
@iseulde: Care to make a patch for this issue?