Benjamin Thurm
Benjamin Thurm
Using class names instead of the directives tag names in the stylesheets fixed this for me. Pretty much the same changes that are suggested in #36.
Do you think this is a browser thing? I'm a bit perplexed as this example has been online with 3.20.1 a while now, or have there been changes I'm not...
I'll put something together and we will see. I scaffolded the solution but it may take a few days to make some more time though.
@johanhallgrengiszeal, I don't think this has been implemented yet. [This has been the PR](https://github.com/geoext/geoext2/pull/343) that added the feature to GeoExt2, maybe it's a starting point to put this together for...
> Get rid of anchor image, CSS solution is preferred It would be nice to go SASS which could be used to derive the popups style from ext theme variables.
@jgrocha, pretty nice. Be aware that the popup is bound to the double click event in the example. I wasn't sure wether it is working at first.
I do remember that this was the intention of the `olClass` property. Looks like we didn't follow through strictly, though this should have been documented in the first case. Another...
I'm seeing this as well switching layouts via Fullscreen API. Monkey patching this with the follwing seems to work but is less than ideal. ``` drawTilesFromQueue: function(map) { var tileQueue...
> My recommendation would be to replace it with data but im not sure if this fits for all current scenarios... It's probably the safest bet. Just had a look...
> For me this.getData() didn't return the same as this.data ... this.getData() didn't return an OpenLayers.Layer. I have to have a look at it again... Yes, that's what I meant....