Wednesday, February 4, 2015

Re: How to add 'X' in StoreFilterField


@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.


On Wednesday, February 4, 2015 at 11:45:53 AM UTC+1, Thomas Broyer wrote:


On Tuesday, February 3, 2015 at 5:17:15 PM UTC+1, Anjum Naseer wrote:
StoreFilterField is a TriggerField. I have extended StoreFilterField class.

Those are not stock-GWT widgets, they come from a 3rd-party library.
 
But i dont know where does this 'X' comes from when it gets focus and when its not empty???

Just an idea: the widget might be using an <input type=search> which triggers a specific UI in most (if not all) modern browsers.
As to how to get rid of it, well, ask the vendor/project-lead of your 3rd-party lib bringing you this widget, or possibly just update that lib.

--
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