+ Reply to Thread
Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 27

Thread: new plugin: help_ui (beta version)

  1. #11
    jeffshead's Avatar
    jeffshead is offline Registered User
    Join Date
    Aug 2008
    Posts
    61
    Downloads
    0
    Uploads
    0

    Default

    I can't get 0.4-beta (downloaded from front page) to work in IE8.

    The toolbar icons (checkmail, compose, etc.) get highlighted but the buttons remain clickable and no tool tip displays on hover.

    All other elements seem to work. Just a problem with the toolbar buttons.

    I do not encounter this issue with FF, Safari or Opera.
    Last edited by jeffshead; 07-28-2010 at 08:19 AM.

  2. #12
    lacri's Avatar
    lacri is offline Registered User
    Join Date
    Jan 2009
    Location
    Lutherstadt Wittenberg, Germany
    Posts
    179
    Downloads
    5
    Uploads
    0

    Default

    great plugin, i have fix some little issues and add german language diff is attached.

    some little changes in other plugins included to show help for this.

    many thx for this great work.
    Attached Files

  3. #13
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    lacri,

    wouldn't it be better to add plugins support to the plugin config?
    Regards,
    Rosali

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  4. #14
    lacri's Avatar
    lacri is offline Registered User
    Join Date
    Jan 2009
    Location
    Lutherstadt Wittenberg, Germany
    Posts
    179
    Downloads
    5
    Uploads
    0

    Default

    hmm i think the best solution is a standards for buttons unique id or class and when class or id is not set is a real solution thats the plugin api the plugin name set as class or id.

  5. #15
    corbosman's Avatar
    corbosman is offline Registered User
    Join Date
    Dec 2008
    Location
    Amsterdam, The Netherlands
    Posts
    235
    Downloads
    1
    Uploads
    0

    Default

    Thanks for the translation Lacri. I'll try and spend more time on this and other plugins soon. Am a little busy with work.

    Rosali, I think what lacri is doing with those plugin patches is make them identifyable to the help_ui plugin. Some UI elements dont have any id or class.

  6. #16
    jeffshead's Avatar
    jeffshead is offline Registered User
    Join Date
    Aug 2008
    Posts
    61
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by jeffshead View Post
    I can't get 0.4-beta (downloaded from front page) to work in IE8.

    The toolbar icons (checkmail, compose, etc.) get highlighted but the buttons remain clickable and no tool tip displays on hover.

    All other elements seem to work. Just a problem with the toolbar buttons.

    I do not encounter this issue with FF, Safari or Opera.
    I updated to trunk-r3836 and still have the same issue.

    Here's a screenshot:


    Am I the only one that encounters this with IE8?

  7. #17
    corbosman's Avatar
    corbosman is offline Registered User
    Join Date
    Dec 2008
    Location
    Amsterdam, The Netherlands
    Posts
    235
    Downloads
    1
    Uploads
    0

    Default

    You can fix this by editting the css file, change these 2:

    .help_ui_overlay {
    position: absolute;
    background-color: #FF0000;
    opacity: 0.3;
    filter:alpha(opacity=30);
    z-index: 503;
    }

    #help_ui_overlay_screen {
    display: none;
    position: absolute;
    z-index: 501 !important;
    background-color: #0000ff;
    opacity: 0;
    filter:alpha(opacity=0);
    }

    In both cases the z-index was changed.

  8. #18
    lacri's Avatar
    lacri is offline Registered User
    Join Date
    Jan 2009
    Location
    Lutherstadt Wittenberg, Germany
    Posts
    179
    Downloads
    5
    Uploads
    0

    Default

    thx for this little tip to fix this

  9. #19
    jeffshead's Avatar
    jeffshead is offline Registered User
    Join Date
    Aug 2008
    Posts
    61
    Downloads
    0
    Uploads
    0

    Default

    Thank you for all of your contributions. Making cross browser (IE in particular) applications can be a real pain in the rear.

    Your time and expertise is certainly appreciated.

  10. #20
    jeffshead's Avatar
    jeffshead is offline Registered User
    Join Date
    Aug 2008
    Posts
    61
    Downloads
    0
    Uploads
    0

    Default

    I installed the markasjunk2 plug-in and added it to help_ui. Everything works but an extra overlay for markasnotjunk2 appears in the left corner of the page, as depicted below:



    Here's what I added to help_ui's config.inc.php:
    Code:
     
    // markasjunk2
    'markasjunk2'	=> '.markasjunk2',
    'markasnotjunk2'	=> '.markasnotjunk2',
    And to en_US.inc:
    Code:
    // markasjunk2
    $messages['markasjunk2']      = 'Click this button to mark an opened or highlighted email as spam and move it to the Junk folder. You can select multiple emails by holding the shift or ctrl/apple key.';
    $messages['markasnotjunk2']      = 'Click this button to unmark an opened or highlighted email as spam and move it to the Inbox folder. You can select multiple emails by holding the shift or ctrl/apple key.';
    Is there anything that can be done to get rid of or hide the extra overlay?

+ Reply to Thread
Page 2 of 3 FirstFirst 1 2 3 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts