From: Pablo L. <pab...@ho...> - 2015-12-11 16:53:35
|
Hi: I'm using htmlunit in a Vaadin based project, and have many Vaadin components correctly responding to htmlunit fired events. But I'm stuck with tables ... while I get no exceptions running this code and DomElement e is found, no ValueChangeEvent nor ItemClickEvent is fired on server side's table. DomElement e = page.getFirstByXPath("//div[@id='tableid']//table[@class='v-table-table']//tr[3]"); e.click(); Does someone have some experience with Vaadin's tables? Any clue? Regards, Pablo. |
From: Ahmed A. <asa...@ya...> - 2015-12-11 17:28:54
|
Hi, Do you your project publicly available? or can you post minimal Vaadin and HtmlUnit codes? Ahmed From: Pablo León <pab...@ho...> To: htm...@li... Sent: Friday, December 11, 2015 5:53 PM Subject: [Htmlunit-user] Vaadin's tables Hi: I'm using htmlunit in a Vaadin based project, and have many Vaadin components correctly responding to htmlunit fired events. But I'm stuck with tables ... while I get no exceptions running this code and DomElement e is found, no ValueChangeEvent nor ItemClickEvent is fired on server side's table. DomElement e = page.getFirstByXPath("//div[@id='tableid']//table[@class='v-table-table']//tr[3]"); e.click(); Does someone have some experience with Vaadin's tables? Any clue? Regards, Pablo. ------------------------------------------------------------------------------ _______________________________________________ Htmlunit-user mailing list Htm...@li... https://lists.sourceforge.net/lists/listinfo/htmlunit-user |
From: Pablo L. <pab...@ho...> - 2015-12-14 13:10:02
|
Hi, As it seems that zip attachments are not allowed in this forum, I have created a github repository with the sources ... https://github.com/hangorn/vaadinsTables/tree/master/vaadinsTables Regards, Pablo El 14/12/2015 a las 13:08, Pablo León escribió: > Hi, Ahmed: > > I can't disclosure our project's sources, but I have prepared a tiny > maven project showing the problem. Thought test passes ok, click event > isn't fired on server's side, as it happens when you manually click on > a row ... > > Regards, > > Pablo. > > El 11/12/2015 a las 18:28, Ahmed Ashour escribió: >> Hi, >> >> Do you your project publicly available? or can you post minimal >> Vaadin and HtmlUnit codes? >> >> Ahmed >> ------------------------------------------------------------------------ >> *From:* Pablo León <pab...@ho...> >> *To:* htm...@li... >> *Sent:* Friday, December 11, 2015 5:53 PM >> *Subject:* [Htmlunit-user] Vaadin's tables >> >> Hi: >> >> I'm using htmlunit in a Vaadin based project, and have many Vaadin >> components correctly responding to htmlunit fired events. >> >> But I'm stuck with tables ... while I get no exceptions running this >> code and DomElement e is found, no ValueChangeEvent nor ItemClickEvent >> is fired on server side's table. >> >> DomElement e = >> page.getFirstByXPath("//div[@id='tableid']//table[@class='v-table-table']//tr[3]"); >> e.click(); >> >> Does someone have some experience with Vaadin's tables? Any clue? >> >> Regards, >> >> Pablo. >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Htmlunit-user mailing list >> Htm...@li... >> <mailto:Htm...@li...> >> https://lists.sourceforge.net/lists/listinfo/htmlunit-user >> >> >> >> >> ------------------------------------------------------------------------------ >> >> >> _______________________________________________ >> Htmlunit-user mailing list >> Htm...@li... >> https://lists.sourceforge.net/lists/listinfo/htmlunit-user > |
From: Ahmed A. <asa...@ya...> - 2015-12-21 08:22:18
|
Hi Pablo, I see the issue, however isolating a minimal JavaScript case would take more time. Please open a bug report to be tracked. Ahmed From: Pablo León <pab...@ho...> To: Ahmed Ashour <asa...@ya...>; htm...@li... Sent: Monday, December 14, 2015 2:09 PM Subject: Re: [Htmlunit-user] Vaadin's tables Hi, As it seems that zip attachments are not allowed in this forum, I have created a github repository with the sources ... https://github.com/hangorn/vaadinsTables/tree/master/vaadinsTables Regards, Pablo |
From: Pablo L. <pab...@ho...> - 2015-12-28 10:13:43
|
Ahmed, If you think I can help you with this bug, don't hesitate to ask me ... ;) Regards, Pablo. El 14/12/2015 a las 14:09, Pablo León escribió: > Hi, > > As it seems that zip attachments are not allowed in this forum, I have > created a github repository with the sources ... > > https://github.com/hangorn/vaadinsTables/tree/master/vaadinsTables > > Regards, > > Pablo > > El 14/12/2015 a las 13:08, Pablo León escribió: >> Hi, Ahmed: >> >> I can't disclosure our project's sources, but I have prepared a tiny >> maven project showing the problem. Thought test passes ok, click >> event isn't fired on server's side, as it happens when you manually >> click on a row ... >> >> Regards, >> >> Pablo. >> >> El 11/12/2015 a las 18:28, Ahmed Ashour escribió: >>> Hi, >>> >>> Do you your project publicly available? or can you post minimal >>> Vaadin and HtmlUnit codes? >>> >>> Ahmed >>> ------------------------------------------------------------------------ >>> *From:* Pablo León <pab...@ho...> >>> *To:* htm...@li... >>> *Sent:* Friday, December 11, 2015 5:53 PM >>> *Subject:* [Htmlunit-user] Vaadin's tables >>> >>> Hi: >>> >>> I'm using htmlunit in a Vaadin based project, and have many Vaadin >>> components correctly responding to htmlunit fired events. >>> >>> But I'm stuck with tables ... while I get no exceptions running this >>> code and DomElement e is found, no ValueChangeEvent nor ItemClickEvent >>> is fired on server side's table. >>> >>> DomElement e = >>> page.getFirstByXPath("//div[@id='tableid']//table[@class='v-table-table']//tr[3]"); >>> e.click(); >>> >>> Does someone have some experience with Vaadin's tables? Any clue? >>> >>> Regards, >>> >>> Pablo. >>> >>> >>> ------------------------------------------------------------------------------ >>> _______________________________________________ >>> Htmlunit-user mailing list >>> Htm...@li... >>> <mailto:Htm...@li...> >>> https://lists.sourceforge.net/lists/listinfo/htmlunit-user >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> >>> >>> _______________________________________________ >>> Htmlunit-user mailing list >>> Htm...@li... >>> https://lists.sourceforge.net/lists/listinfo/htmlunit-user >> > |