Menu

#1101 Webmail2 function-menu not correctly displayed

0.6.x
closed
Webmail2 (406)
7
2003-09-23
2003-07-30
No

Moregroupware 0.6.9 - CVS
Server : Linux Mandrake 9.1 / PHP 4.3.1 / MySQL 4
Client : W98, IE 6

If you always hide the left bar (in settings),
the function-menu (when you click on a folder) is
opened to the left of the folder, so you can't view it
(the menu is apart from the screen (on the left)).

The function-menu should be opened to the right (in this
case).

Discussion

  • Matthieu PAINEAU

    • summary: function-menu not correctly displayed --> Webmail2 function-menu not correctly displayed
     
  • Matthieu PAINEAU

    Logged In: YES
    user_id=652693

    In fact this bug appear when you click on a sub folder
    of "public folder".

     
  • Thomas Bley

    Thomas Bley - 2003-08-03

    Logged In: YES
    user_id=560036

    Sorry, I cannot reproduce this.
    Please send me a screenshot.
    I attached a screenshot of my system (winxp, ie6 and there
    is no problem ...)

     
  • Thomas Bley

    Thomas Bley - 2003-08-03

    Screenshot for (working) popup menu

     
  • Thomas Bley

    Thomas Bley - 2003-08-03
    • priority: 5 --> 3
     
  • Thomas Bley

    Thomas Bley - 2003-08-14

    Logged In: YES
    user_id=560036

    got no reponse.

     
  • Thomas Bley

    Thomas Bley - 2003-08-14
    • status: open --> closed
     
  • Matthieu PAINEAU

    Screenshot for (not working) popup menu

     
  • Matthieu PAINEAU

    Logged In: YES
    user_id=652693

    sorry, i was in holidays...
    See my problem in the attached file...

     
  • Matthieu PAINEAU

    • status: closed --> open
     
  • Thomas Bley

    Thomas Bley - 2003-09-04

    Logged In: YES
    user_id=560036

    I couldn't find any solution.

     
  • Thomas Bley

    Thomas Bley - 2003-09-04
    • status: open --> closed
     
  • Matthieu PAINEAU

    • priority: 3 --> 7
    • status: closed --> open
     
  • Matthieu PAINEAU

    Logged In: YES
    user_id=652693

    What ?
    I'm not satisfied by this answer!
    I work for a company which uses the webmail and which is
    very dissatisfied with these bugs...
    I am convinced that the webmail is a good tool, but some
    bugs still should be corrected.

    The function-menu not correctly displayed IS a bug.
    (customers can't classify theirs mail...)

     
  • Thomas Bley

    Thomas Bley - 2003-09-11

    Logged In: YES
    user_id=560036

    taking a longer look at the screenshot and I saw that the
    tree-wdith looks a bit small, it's 180, default is 200. Also the
    translation in the menu looks a bit big, maybe you try the
    english version and the problem is gone ...

     
  • Thomas Bley

    Thomas Bley - 2003-09-18
    • status: open --> closed
     
  • Thomas Bley

    Thomas Bley - 2003-09-18

    Logged In: YES
    user_id=560036

    I got no response. Maybe solved.

     
  • Matthieu PAINEAU

    • status: closed --> open
     
  • Matthieu PAINEAU

    Logged In: YES
    user_id=652693

    I "solved" the problem by modifying the tree.js file :

    maybe line 156 ?
    --- old bloc ---
    //if the horizontal distance isn't enough to accomodate the
    width of the context menu
    if (rightedge<menuobj.contentwidth) {
    //move the horizontal position of the menu to the left by
    it's width
    menuobj.thestyle.left=ie4?
    document.body.scrollLeft+eventX-menuobj.contentwidth :
    ns6? window.pageXOffset+eventX-menuobj.contentwidth :
    eventX-menuobj.contentwidth;
    } else {
    //position the horizontal position of the menu where the
    mouse was clicked
    menuobj.thestyle.left=ie4?
    document.body.scrollLeft+eventX : ns6?
    window.pageXOffset+eventX : eventX
    }

    ---- new bloc : -----
    //position the horizontal position of the menu where the
    mouse was clicked
    menuobj.thestyle.left=ie4?
    document.body.scrollLeft+eventX : ns6?
    window.pageXOffset+eventX : eventX

    Now the menu is opened always on the right...
    What do you think about it ?

     
  • Thomas Bley

    Thomas Bley - 2003-09-23
    • status: open --> closed
     
  • Thomas Bley

    Thomas Bley - 2003-09-23

    Logged In: YES
    user_id=560036

    Hi,

    I added your patch to cvs.

    bye
    tom

     

Log in to post a comment.