Erik Kaplun

Results 46 comments of Erik Kaplun

Has there been any news on any of this? It's really interesting.

I'm having the same issue with 7.10.3; I tried recompiling ghc-mod as well as `stack clean` and `rm -rf .stack-work` to no avail. I'm on OS X 10.11.4, ghc installed...

@OlivierBlanvillain: why is the current behavior wrong? the default constructor shouldn't be declared explicitly in Scala... I would be very disappointed if Scala wrapped the default constructor in a `def...

This does not work; the items of the root panel are rendered empty: ``` new Ext.Panel({ layout: 'accordion', items: [ new Ext.Panel({ title: 'Foo', items: [ new Ext.Panel({html: 'Foo'}), ],...

Can you provide an example of how you are using the `accordion_container_hidden` and `accordion_container` class trick?

Also, I did: ``` .x-accordion-item { height: 200px; } ``` which does set the height, but does not fix the original issue — the items are still rendered empty, just...

Can you please post an example of how you are using the `accordion_container_hidden` and `accordion_container` CSS classes? And I'm not sure if I understand this correctly — does that CSS...

That CSS trick did not change the behaviour at all. Did it solve the original issue for you? Also, did you accidentally close the ticket?

I opened an issue because there's a bug with rendering items in an accordion. This issue still remains unsolved, so I don't see why you closed it.

I'm a bit confused: it explicitly says "Bucs closed the issue about 18 hours ago". Are you also viewing this at https://github.com/mitchellsimoens/Ext.layout.AccordionLayout/issues/1 ?