viktorthang / mgwt

Automatically exported from code.google.com/p/mgwt
Other
0 stars 0 forks source link

unable to scroll a scrollbar with firefox (android/desktop) #279

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

just launch test() at an entry point and test with mozilla firefox (debian 
testing) or firefox for android

    public void test()
    {

        MGWT.applySettings( MGWTSettings.getAppSetting());

        final LayoutPanel mainPanel = new LayoutPanel();
        final ScrollPanel scrollPanel = new ScrollPanel();
        final LayoutPanel widgetList = new LayoutPanel();

        for (int  i = 0 ; i< 100; i++)
        {
            widgetList.add(new HTML(SafeHtmlUtils.fromTrustedString("<div class=\"gwt-HTML\">" +i + " - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur tincidunt, arcu eget accumsan ullamcorper.</div>")));
        }

        scrollPanel.add(widgetList);
        mainPanel.add(scrollPanel);
        RootLayoutPanel.get().add(mainPanel);

    }

What is the expected output? What do you see instead?

The scrollbar works fine with chrome/chromium but not with firefox.

What version of the product are you using? On what operating system?

firefox 10 (debian testing)
firefox android (android 4.2.1 - cyanogenmod)
mgwt 1.2 branch master 
gwt 2.5

Original issue reported on code.google.com by mathieu....@gmail.com on 26 Dec 2012 at 8:35

GoogleCodeExporter commented 8 years ago
What do you mean by unable to to scroll a scrollbar?

Does the scrollbar not move?

What I can see on the showcase right now that for some reason the scrollbar is 
too big. Is that it?

Original comment by kurka.da...@gmail.com on 10 Jan 2013 at 11:23

GoogleCodeExporter commented 8 years ago
The scrollbar moves. But when i release the finger, the scrollbar moves back at 
beginning.

Original comment by mathieu....@gmail.com on 11 Jan 2013 at 8:01

GoogleCodeExporter commented 8 years ago
On the show case, i works. I don't understand what makes the difference with my 
sample.

Original comment by mathieu....@gmail.com on 11 Jan 2013 at 8:02

GoogleCodeExporter commented 8 years ago
I have same issue. Do you know a solution now?

Thanks

Original comment by tomas.ko...@seznam.cz on 1 Nov 2013 at 4:52

GoogleCodeExporter commented 8 years ago

Original comment by kurka.da...@gmail.com on 13 Jul 2014 at 9:15