jeffreyhi1 / jscrollpane

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

Form elements overlapping bottom of scroll pane in Firefox #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a form with a textarea at or near the bottom of the diwth with
the scrollpane class. The content in the div should be long enough to
display the scrollbar.
2. Scroll the div up and down. For me anyway, on Firefox 3 on Linux, it
looked like the screenshot I attached.

What is the expected output? What do you see instead?
Form elements should stay "below" the rest of the page when scrolling.

What version of the jScrollPane are you using? On what browser? And
operating system?
I'm using jScrollPane 1.2.3 on Firefox 3 and Ubuntu Linux. Internet 6 and 7
don't display this problem.

Please provide a URL to a page displaying the problem.
http://www.new.indigomedspa.com/contact/consultation/

Please provide any additional information below.
Changing the z-index of the various divs involved didn't do anything for me.

Original issue reported on code.google.com by luke.mcr...@gmail.com on 15 Mar 2009 at 11:30

Attachments:

GoogleCodeExporter commented 9 years ago
Hi,

I'm afraid to say that it seems like a Firefox on linux bug. On FF 3.0.7 on 
Windows
XP the bug doesn't appear. The "Find us on facebook" button sits beneath the 
scroll
pane and overlaps it a little but this can be fixed by adding a z-index > 1 to 
the
CSS rule for #footerright (or by positioning the image lower down if you don't 
want
it to overlap).

I can't think of how to debug textarea bug as I can't reproduce it on my 
system. Does
it happen in a default div with overflow:auto (i.e. if you don't initialise the
jScrollPane)?

Cheers,

Kelvin :)

Original comment by kelvin.l...@gmail.com on 15 Mar 2009 at 11:46

GoogleCodeExporter commented 9 years ago
I have just announced the beta of a completely rewritten version of jScrollPane:

http://groups.google.com/group/jscrollpane/browse_thread/thread/c1bc1bf63e3f80d8

Please test and reply on the list if you are still having this issue,

Thanks,

Kelvin

Original comment by kelvin.l...@gmail.com on 17 Aug 2010 at 4:02