nijogeorgep / smartgwt

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

RowClick Event not firing on the first 10 rows on ListGrid using Firefox 3.x #529

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Before your post : If you are not 100% sure that you've found an issue,
please post on the SmartGWT forums first. Upon confirmation you'll be
advised to create an issue.

All issues require a minimal standalone test case with
an onModuleLoad() to be attached. You can modify an existing showcase
example if desired. Issues created without a standalone test case are
subject to being rejected after 7 days if no test case is present.

What steps will reproduce the problem?
1.Add more than 10 records on ListGrid
2.Add a rowclick event on ListGrid
3.Try to click the 1st 11 rows to see if the event is working. 

What is the expected output? What do you see instead?
The event should do the logic on the rowclick event.

What version of the product are you using? On what operating system?
Product Version : SmartGWT 2.2  OS: Windows XP SP2

Please provide any additional information below.

Original issue reported on code.google.com by rcalma7...@gmail.com on 26 Oct 2010 at 3:03

GoogleCodeExporter commented 8 years ago
You mean addRecordClickHandler?  Works fine in the showcase : 
http://www.smartclient.com/smartgwt/showcase/#grid_interaction_record_click

Rejecting since no standalone testcase provided.

Original comment by sanjiv.j...@gmail.com on 27 Oct 2010 at 9:46