gwt 2.1.0
ie7

*Problem*:  In ie7, I cannot scroll using the mouse wheel using a CellList 
unless the mouse cursor is over text.  Strangely, the CellList sample shows 
the correct behavior.  

To duplicate of what I am seeing, look a the CellList Source Code 
(CwCellList.ui.xml).  Put your mouse cursor in blank space and try to use 
your mouse scroll wheel.  For me, it will not scroll unless the cursor is 
over text and the cursor is a pointer.  

Note the CellList Sample ( 
http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellList )

Place your cursor in the blank space *between *the text of the Contact 
CellList and the scrollbar on the right.  Note that the cursor is a pointer 
and that if you use your mouse's scroll wheel that the CellList will respond 
and scroll accordingly.  

I am using the same CellList and selection model as the sample, yet my 
cursor is not a pointer and therefore ( I assume ), the mouse scroll wheel 
will not scroll the panel.  However, If I move the cursor over the text, it 
does become a pointer and will scroll.  I am using the CellList.css, or 
actually a customized version that works in all ways except to make the 
cursor a pointer over the blank space.  

I have used Firebug Lite in the CellList sample as well as my application to 
try to determine differences in HTML and CSS, but have not found anything 
materially different.  The Sample uses a table as the Cell and so am I.  The 
Sample uses an image in the table, but I am using a check box (select).  
Could this be the difference?  

Can anyone think of any reason why I cannot get the cursor to be a pointer 
and scroll in blank space?  

Thanks in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to