Opened 15 months ago
Closed 11 months ago
#1488354 closed Bugs (fixed)
Larry issues
| Reported by: | alec | Owned by: | thomasb |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.8-stable |
| Component: | User Interface | Version: | 0.7.1 |
| Severity: | normal | Keywords: | larry skin |
| Cc: |
Description (last modified by alec)
- jquery-ui popup's title bar could be thiner.
- No title in contact photo upload popup.
- Wrong position of "Check spelling" link in plain text mode. Maybe we could integrate language selector with Spell button in toolbar, then the link could be removed.
- Sometimes folders list footer is broken (misplaced icons and quota text).
- Folder selection highlights folder name, messages count of the folder, but also subfolders' counters.
- Lack of "#mailboxlist li.recent" style.
- No left border in flag and listoptions column on messages list.
- "All headers" in message view could look better.
- Menu popups doesn't disapear when clicking on an iframe.
- 2px artefact at the bottom of Mark button.
- Wrong text with checkboxes alignment, e.g. in search menu.
Attachments (5)
Change History (40)
comment:1 Changed 15 months ago by alec
- different height of rows in two lists of Settings interface.
comment:2 in reply to: ↑ description ; follow-up: ↓ 3 Changed 15 months ago by thomasb
Replying to alec:
- jquery-ui popup's title bar could be thiner.
It was the designer's choice to make them this big. Consider it a style artefact.
- No title in contact photo upload popup.
We don't yet have a good concept to load localized texts which can then be used within skin scripts. Working on it.
- Wrong position of "Check spelling" link in plain text mode. Maybe we could integrate language selector with Spell button in toolbar, then the link could be removed.
The link location is hard-coded in googiespell script.
- Sometimes folders list footer is broken (misplaced icons and quota text).
Sometimes? Reproducable?
- "All headers" in message view could look better.
I tried to simulate a box pulled out of the headers box. Any concerete suggestions?
- Wrong text with checkboxes alignment, e.g. in search menu.
- different height of rows in two lists of Settings interface.
Works for me. Browser? Screenshots?
comment:3 in reply to: ↑ 2 Changed 15 months ago by alec
Replying to thomasb:
The link location is hard-coded in googiespell script.
Maybe, but we can modify it.
- Sometimes folders list footer is broken (misplaced icons and quota text).
Sometimes? Reproducable?
This is strange, see attachment taken in Chromium. After closing browser the issue disapear.
- Wrong text with checkboxes alignment, e.g. in search menu.
The same in Firefox and Chromium.
- different height of rows in two lists of Settings interface.
Firefox 10. The same issue in addressbook view. No problem in Chromium.
Changed 15 months ago by alec
comment:4 Changed 15 months ago by thomasb
Fixed 5. and 7. in [3c9e9033], 6. in [b6837c37]
comment:5 Changed 15 months ago by alec
I've observed 4th issue in IE8 (looks the same like in Chromium, see attachment.
comment:6 Changed 15 months ago by alec
- doesn't look fixed in IE8 (subfolders' counters are being highlighted still).
comment:7 Changed 15 months ago by thomasb
Fixed 9. and 5. for IE in [14a3f281]
I still can't reproduce 4., 10., 11. in Firefox 10 or Chrome (I don't have Chromium). Please debug and fix it right on the browser where you observe the issues.
comment:8 Changed 15 months ago by alec
- and 10. fixed in [af5995d4].
comment:9 Changed 15 months ago by alec
The fix for 6. could be better. Maybe use different color or change the color of messages counter too.
comment:10 Changed 15 months ago by alec
I attached a patch which implements one button (with language selector) for html and plain spellcheckers in default skin. It's almost complete. Please, implement something similiar for larry.
comment:11 Changed 15 months ago by alec
- searchfilter.decorated in Opera looks even worse than native select.
- Wrong cursor on autocomplete list.
comment:12 Changed 15 months ago by alec
- Messages below the login box should be centered (most important for long texts)
comment:13 follow-up: ↓ 17 Changed 15 months ago by alec
- buttons in mail toolbar are aligned to right, in addressbook to left. Alignment should be consistent. Also searchbox position should be considered.
comment:14 Changed 15 months ago by alec
- editor_content.css file for html editor doesn't exist in Larry.
comment:15 Changed 15 months ago by alec
- No quota indicator in folders manager.
comment:16 Changed 15 months ago by alec
13., 14., 17. and 18. are fixed.
comment:17 in reply to: ↑ 13 Changed 15 months ago by thomasb
Replying to alec:
- buttons in mail toolbar are aligned to right, in addressbook to left. Alignment should be consistent.
Toolbar buttons are located above the container box they actually affect. Right-aligning them in address book view would leave them over the detail box but they are related to the list.
Also searchbox position should be considered.
That's another topic. As already discussed on several lists and forums, this requires the entire header to be re-arranged. I forwarded the request to our designer and hopefully he'll come up with a suitable suggestion.
comment:18 Changed 14 months ago by alec
Not fixed: 8., 12., 16.
comment:19 Changed 14 months ago by alec
- Opera 11.62: wrong display of message list rows (thread children only), when message subject is longer than cell width.
comment:20 Changed 14 months ago by alec
- It would be great to see "text-overflow: ellipsis" behaviour on some tables (e.g. identities list) instead of a horizontal splitter.
comment:21 Changed 14 months ago by thomasb
Fixed 19. and 20. The splitter remains for consistency reasons.
comment:22 Changed 13 months ago by alec
- Description modified (diff)
- Scrollbar and form buttons in iframes are sometimes partially hidden by statusbar. It's because the iframe style uses "height: 96%". Only message preview pane is free of this issue.
comment:23 Changed 13 months ago by alec
- Height of quick-search box and filter selector is different. Would be better to use the same height.
comment:24 Changed 13 months ago by alec
8th fixed in [76248c7b].
comment:25 follow-up: ↓ 27 Changed 13 months ago by alec
- Something's changed and markasjunk and archive plugin buttons use icons from default skin with larry.
comment:26 follow-up: ↓ 28 Changed 13 months ago by alec
- Message forward menu doesn't present default selection.
comment:27 in reply to: ↑ 25 Changed 13 months ago by thomasb
Replying to alec:
- Something's changed and markasjunk and archive plugin buttons use icons from default skin with larry.
Empty folders got lost in git. Now fixed.
comment:28 in reply to: ↑ 26 ; follow-up: ↓ 29 Changed 13 months ago by thomasb
Replying to alec:
- Message forward menu doesn't present default selection.
That selection was confusing. It was not clear what happens when clicking where and saving prefs from a menu doesn't make sense to me. If you really insist in having a user-pref for that, it should be added to the settings section.
comment:29 in reply to: ↑ 28 Changed 13 months ago by alec
Replying to thomasb:
That selection was confusing. It was not clear what happens when clicking where and saving prefs from a menu doesn't make sense to me. If you really insist in having a user-pref for that, it should be added to the settings section.
I think it was quite good shortcut, but we can move this to Settings.
comment:30 Changed 13 months ago by thomasb
- fixed in commit [f8c9610f197b79ea2e0b3983ecffe4c145804d2e]
comment:31 follow-up: ↓ 32 Changed 12 months ago by alec
- Attachment list issue, see larry_issue25.png attachment to this ticket.
comment:32 in reply to: ↑ 31 Changed 12 months ago by thomasb
Replying to alec:
- Attachment list issue, see larry_issue25.png attachment to this ticket.
Can you please attach or send me the message source? I need to be able to reproduce this somehow.
comment:33 Changed 12 months ago by thomasb
- fixed in [fcd3f571]
- fixed in [8ce60246]. The proper solution would be to add a toggle to hide/show the attachments list.
I guess we're more or less done with these issues now.
Changed 12 months ago by alec
Changed 12 months ago by alec
comment:34 Changed 12 months ago by alec
21 is not really fixed (see attachment), 12 too. There's also 16 (but it's not a show stopper and we can exclude it to another ticket).
comment:35 Changed 11 months ago by thomasb
- Resolution set to fixed
- Status changed from new to closed
- now fixed in [98d09600].
- isn't an issue anymore now that toolbar and search box position changed
I can't reproduce 12 on any of my browsers :-(
