Archive

extjs column layout not working in chrome

I have been work with ExtJs for some time, so this will be a new series of my blog posts

extjs column layout falls apart in chrome if you put a block element inside any of the columns. I tried to figure this one out for a while, since otherwise I had to re-write bunch of code otherwise, but no luck. So this fix is: use table layout. Yep, we are back to the 90's.

Comments: