Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#1486195 closed Bugs (fixed)

Wrong displayed items

Reported by: jasb Owned by:
Priority: 5 Milestone: 0.3.1
Component: User Interface Version: git-master
Severity: normal Keywords:
Cc: ales@…

Description

Hi there,

last svn this moment, show as shown below on IE6.

Attachments (3)

rc.JPG (17.1 KB) - added by jasb 4 years ago.
bug.png (11.0 KB) - added by pospichalales 4 years ago.
next bug at interface with IE6
sysmsg-height-bug.png (5.7 KB) - added by ural 4 years ago.
Yet another IE6 bug - sysmessage window height is small

Download all attachments as: .zip

Change History (14)

Changed 4 years ago by jasb

comment:1 Changed 4 years ago by jasb

Other symptom on last svn, the QUOTA field doesn't execute the "alt" text to show the quota details on FF2, but it works on IE6.

comment:2 Changed 4 years ago by alec

  • Component changed from Other to User Interface
  • Milestone changed from later to 0.3.1

About quota issue: FF2 bug? Works for me with FF3, wontfix.

comment:3 Changed 4 years ago by jasb

I see.
No problem, i only use FF2 on the PC I'm right now. Have to update but didn't cause of other reasons.

comment:4 Changed 4 years ago by pospichalales

  • Cc ales@… added

I have same problem with IE6.

Changed 4 years ago by pospichalales

next bug at interface with IE6

Changed 4 years ago by ural

Yet another IE6 bug - sysmessage window height is small

comment:5 Changed 4 years ago by till

Do you guys mind providing patches as well? Because neither of us has IE6, or wants it. :)

comment:6 Changed 4 years ago by Technetux

this should fix the bug.png issue

ul.toolbarmenu li a
{
  float: none !important;  /* overide #messagetoolbar a */
}

comment:7 Changed 4 years ago by pospichalales

OK. The bug.jpg problem is fixed with this patch.
Please fix also rc.jpg
Thanks.

comment:8 Changed 4 years ago by alec

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [c3456e98] and [74e5bd44].

comment:9 Changed 4 years ago by jasb

Thank you guys.
I'd like to provide patch's and so, but i know nothing about css/javascript/html.
Only PHP, but nothing related to the web :P

Jorge,

comment:10 Changed 4 years ago by till

@Jorge:

Checkout RoundCube from SVN, then edit the file.

After you are done editing: {{{svn diff > patch.file}}

That's as little as it takes to do a patch.

comment:11 Changed 4 years ago by jasb

Hi Till,
The problem it's not to create the patch, but develop something for the web, I'm zero on it!! :)
Thank you for your concern and helpful way :)

Note: See TracTickets for help on using tickets.