Ticket #1485396 (closed Bugs: fixed)

Opened 2 years ago

Last modified 3 months ago

Compose labels/fields are too large for 1024x768

Reported by: dlublink Owned by:
Priority: 5 Milestone: 0.2.2
Component: User Interface Version: 0.2-beta
Severity: minor Keywords:
Cc: roundcube.net@…

Description

When composing a message in 1024x768 in firefox 3, the fields go off the side of the screen.

Attachments

roundcube_1024x768.png (116.1 KB) - added by dlublink 2 years ago.
fix_1485396_1485362.txt (5.6 KB) - added by rosali 2 years ago.

Change History

Changed 2 years ago by dlublink

follow-up: ↓ 17   Changed 2 years ago by dlublink

Notice that all the fields go off the screen? I think the problem is in CSS :

  Changed 2 years ago by dlublink

  • cc roundcube.net@… added

  Changed 2 years ago by dlublink

Also occurs on Firefox 2.0.0.16 running on Windows 2000.

  Changed 2 years ago by dlublink

Also occurs in Internet Explorer 6.0.2800.1106 on Windows 2000.

  Changed 2 years ago by dlublink

Also occurs on Internet Explorer 7.0.5730.13 on Windows XP.

  Changed 2 years ago by dlublink

Occurs on Firefox 2.0.0.16 on Windows XP.

  Changed 2 years ago by dlublink

  • milestone changed from later to 0.2-stable

Also in Firefox 2.0.0.14 on Windows 2000.

  Changed 2 years ago by dlublink

It is important that this size of screen be supported because there are still a LOT of people using this resolution.

  Changed 2 years ago by dlublink

This might be related to #1484096

  Changed 2 years ago by dlublink

  • summary changed from 0.2beta does not display well in 1024x768 to Compose fields are too large for 1024x768

  Changed 2 years ago by dlublink

The version tested in the screenshot if 3.0.1 running on Ubuntu Linux 8.04.1

  Changed 2 years ago by rosali

Customize tinyMCE toolbar to use two button lines instead of one (./program/js/editor.js).

f.e.:

...

theme_advanced_buttons1 : "spellchecker,separator,undo,redo,separator,bold,italic,underline,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,bullist,numlist,outdent,indent,separator,link,unlink,emotions,charmap,code", theme_advanced_buttons2 : "forecolor,separator,backcolor,fontselect,fontsizeselect,image,media,separator,ltr,rtl", theme_advanced_buttons3 : "",

...

Changed 2 years ago by rosali

  Changed 2 years ago by rosali

I have attached a suggestion for a fix.

  Changed 2 years ago by tensor

  • severity changed from normal to minor

I should probably try reduce lengths of the French sentences found in labels.inc and messages.inc in program/localization/fr_FR. I had the same issues with Russian.

  Changed 2 years ago by alec

Partially fixed in r1905. I think that TinyMCE button lines should be configurable via skin. Using two lines of buttons hasn't make sense if division with compose buttons (under compose-body) is larger than editor with one line of buttons.

  Changed 21 months ago by thomasb

  • status changed from new to closed
  • resolution set to fixed

Works for me with current trunk @ 1024x768

in reply to: ↑ 1   Changed 21 months ago by tensor

  • status changed from closed to reopened
  • resolution fixed deleted
  • summary changed from Compose fields are too large for 1024x768 to Compose labels/fields are too large for 1024x768

Replying to dlublink:

Notice that all the fields go off the screen? I think the problem is in CSS

The real problem is in too lengthy strings in French translation. Still present in the trunk.

  Changed 21 months ago by thomasb

The fields scale with the window width. The remaining problem could be the TinyMCE toolbar which at least on my Firefox (and Safari) fits into 1024x768

  Changed 17 months ago by alec

  • status changed from reopened to closed
  • resolution set to fixed

Fixed in r2374. Now the whole page fits in 1024 px width.

Note: See TracTickets for help on using tickets.