Harrington

Results 7 comments of Harrington

I enabled compact mode which sort of solves the issue, except when changing the screen size back the order of the items is different than it originally was. It seems...

Here is a sample of my code on JS Fiddle. You'll notice that as you resize the pane where the grid is that the numbers get out of order. Also,...

Unfortunately I can't save the X and Y position in the database because the X and Y position is different depending on the screen size which controls the number of...

This is actually different from compact(). I tried that one but it caused all of the tiles to be rearranged in an arbitrary order. This preserves the tiles in the...

I'm experiencing this using jquery. When I am zoomed to 6 and have a map.getBounds response of: Ta: Od {g: -103.03975325864822, i: -70.21504563135177} Ya: Sd {g: 27.57120869496215, i: 37.54859079766271} My...

For me it is happening on a desktop resolution so it seems to be resolution independent.

> You can fix it with these: > > ``` > var lpicker = new Litepicker({ > element: '.lite-picker', > }).on('show', function (el) { > if (lpicker.ui.offsetLeft + lpicker.ui.offsetWidth >=...