On Apr 12, 10:55 pm, myapplicationquestions <[email protected]> wrote: > Hi All, > > I am having a very hard time understanding why each of my div when > viewed in IE8 ( using its crappy developer tools) show me __listener > tag which is incomplete.. > > <div class="portlet-column" style="height: 100%;" __listener=" > <DIV style="HEIGHT: 100%" class=portlet-column><DIV class=mss- > DockableWidget> > <DIV class=mss-PortletContainer __eventBits="1"> > > Has anyone faced this issue with IE8 and GWT 2.0?
This is a bug in IE8 Developer Tools. GWT uses a __listener expando property (not attribute, but IE8 collates the two notions) to store the widget (the BrowserListener instance actually); this is used to handle events, along with the __eventBits expando. -- 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.
