Opened 2 years ago
Closed 2 years ago
#17665 closed enhancement (maybelater)
DFW: After switching to DFW the scrollbar may confuse
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2 |
| Component: | Editor | Version: | 3.2 |
| Severity: | normal | Keywords: | 2nd-opinion |
| Cc: |
Description
Steps:
- Go to add new post screen (visual mode)
- Switch to DFW screen
- You will see the scrollbar on the right (or left)
- Screenshot: http://grab.by/agGe
From my point of view the scrollbar is confusing. I would expect there is something below the editor, but there is nothing. Not really distraction free.
We should update the height of the screen, because it's still the height of the new post screen without DFW.
2nd opinion?
Attachments (1)
Change History (4)
Also if you write many lines of content...the container expands. But if you remove content - it does not.
See attached screen shot.
- Resolution set to maybelater
- Status changed from new to closed
- Type changed from defect (bug) to enhancement
The DFW blocking div has position:absolute (vs. position:fixed) in order to push the scrollbar properly. For now I don't see a reliable way that works in all browsers to set the scrollbar length or add/remove it. Please reopen with a patch if you find one.

This has been bothering me a lot.