How to do it in GXT 4?
Thanks,
Mariusz
Type: Posts; User: mariusz.pala
How to do it in GXT 4?
Thanks,
Mariusz
I have the same issue with GXT 2.3.1. Top margin is set to 0.5px but only in Chrome. And it's random, happens only for some icons. Is there any update on this?
Thanks,
Mariusz
Hi,
I'm using GridCellRenderer to display an icon in a cell. Currently this renderer returns just icon:
...
return AbstractImagePrototype.create(...).getHtml();
...
I want to display also...
Can you prepare a patch for that? We use FieldBinding plus LabelField is used in hundreds of different classes and there is no way we can create an easy workaround for this...
Plus another...
Hi,
when I'm working with IE9 and the IE8 compatibility mode is enabled then everything works fine in ma app.
But when I turn off that compatibility mode, I get many different issues:
1. When...
Can you make it work? :)
javax.servlet.ServletException: Filter execution threw an exception
org.artifactory.webapp.servlet.RepoFilter.execute(RepoFilter.java:148)...
Any chance for some fix for Firefox? It doesn't work at least in version 10 and 11.
Thanks,
Mariusz
When I change the page on a ComboBox list (with paging toolbar) and then immediately click somewhere outside the box which causes the list to close then the icons in paging toolbars disappear when I...
One of our customer have weird issues. In Chrome 7, arrows in combo box fields and date fields appears on wrong side:
231482314923150
Any ide what could be the reason of such behaviour?
...
Hi,
I want to avoid word-wrapping in grid cell and instead have a tool-tip so each row is on a single line. How can I add a tooltip to a cell when the content it's not fully visible?
Thanks in...
I know, but I don't have IE6 :) And I was hoping that the fix will work, so I didn't want to create another build. And I was right, it works now:) Thanks!
Of course, it just take a while to create a build with over 60 permutations to test :)
Thanks, I will do that.
This is really critical, can you help me somehow with that? I changed the code to
input = new El(DOM.createInputRadio(name));
but the result is the same...
The fix I need in that case is to modify onRender method in CheckBox class:
Replace
@Override
protected void onRender(Element target, int index) {
if (this instanceof Radio) {
...