Thursday, February 5, 2015

Re: How to add 'X' in StoreFilterField


@Naseer: 'X' symbol will appear on IE browser for all the input field(Check for any other web page in IE), its not gwt or gxt issue.I know you have added some workaround styling to hide 'X' symbol.
On Tuesday, February 3, 2015 at 7:26:47 PM UTC+5:30, Anjum Naseer wrote:
@Mohammad: I am using IE11, and i have tried on Chrome it doest appear there.

I have resolved it , It is actually Microsoft`s own clear text which actually bypasses all GXT events and i was unable to cacth any event in order to filter my data table.
I have resolved it by adding 

::-ms-clear {
  display
: none;
}


in my css file. It works perfectly well in IE 11 as well.


@Thomas: I am using StoreFilterField which is from gxt-2.2.5-gwt22.jar.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment