#1488425 closed Bugs (fixed)
message paging navigation div effectively disables preview pane checkbox on narrow screen widths
| Reported by: | dkg | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.8-rc |
| Component: | User Interface | Version: | 0.7.2 |
| Severity: | normal | Keywords: | previewpane |
| Cc: |
Description
r2808 and r3836 both introduce min-width style directives that apply to the inbox message navigation footer (the div with id #countcontrols) to the default skin.
Viewing the inbox on a narrow screen (esp.on a narrow screen, or if you have the mailview splitter dragged toward the right) makes this countcontrols div stack on top of the checkbox for "show preview pane:" So when you try to click on the checkbox (or the part of the label near the checkbox), your click goes to the the countcontrols object (doing nothing) instead of enabling (or disabling) the preview pane.
This makes it look like the preview pane functionality is broken.
I think reducing (or removing) the min-width for both #countcontrols and .pagenav should resolve the problem, but i don't know if it would defeat the purpose of those declarations in the first place.
Change History (4)
comment:1 Changed 13 months ago by alec
- Milestone changed from later to 0.8-stable
comment:2 Changed 13 months ago by alec
comment:3 Changed 13 months ago by alec
- Resolution set to fixed
- Status changed from new to closed
Fixed in [f81e0606].
comment:4 Changed 13 months ago by alec
- Milestone changed from 0.8-stable to 0.8-rc

We can't just remove min-width here. Do this, go to addressbook view and move contacts list splitter to the left - now you see that list navigation text jumps to the next line.
What do you think about increasing min-width of #mailrightcontainer up to 700px?