ICEfaces
  1. ICEfaces
  2. ICE-7335

Draggable popup with a scrollable div behaves strangely when scrolling up/down

    Details

    • Type: Bug Bug
    • Status: Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: EE-2.0.0.GA, 2.1-Beta
    • Fix Version/s: None
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      FF7, IE8, IE9
    • Salesforce Case Reference:
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      To remedy the FF issue, the customer has submitted the following workaround:

      Modify icefaces-compat.js and use a styleclass NOTDRAGGABLE on the div like so:

      if((class_name = src.className.toUpperCase()) && (class_name.indexOf('NOTDRAGGABLE') > -1)){return;}

      directly after the existing line

      if((tag_name=src.tagName.toUpperCase())&&(tag_name=="INPUT"||tag_name=="SELECT"||tag_name=="OPTION"||tag_name=="BUTTON"||tag_name=="TEXTAREA")){return;}
      Show
      To remedy the FF issue, the customer has submitted the following workaround: Modify icefaces-compat.js and use a styleclass NOTDRAGGABLE on the div like so: if((class_name = src.className.toUpperCase()) && (class_name.indexOf('NOTDRAGGABLE') > -1)){return;} directly after the existing line if((tag_name=src.tagName.toUpperCase())&&(tag_name=="INPUT"||tag_name=="SELECT"||tag_name=="OPTION"||tag_name=="BUTTON"||tag_name=="TEXTAREA")){return;}

      Description

      The following issues have been found to occur when using the mouse to scroll a scrollable div within a draggable popup:

      Firefox: If a draggable popup has a scrollable div in it, the popup drags instead of scrolling when using the mouse to scroll up and down.

      IE: The draggable popup scrolls when using the mouse but the cursor then becomes attached to the popup and requires a page refresh.

        Activity

        Hide
        Deryk Sinotte added a comment -

        Assigning to Ken for re-assignment to component team.

        Show
        Deryk Sinotte added a comment - Assigning to Ken for re-assignment to component team.

          People

          • Assignee:
            Unassigned
            Reporter:
            Tyler Johnson
          • Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated: