danyaPostfactum

Results 14 issues of danyaPostfactum

This is how current version (1.6) works (in IE8-9): ![regression](https://f.cloud.github.com/assets/1527097/1802140/555796c8-6bf8-11e3-81ce-730de4883d0d.png) This is an older version of columnizer: ![regression-before](https://f.cloud.github.com/assets/1527097/1802148/9400eabe-6bf8-11e3-92d9-c117c182d84f.png) Call: ``` javascript $('.citylist').columnize({ width: 180 }); ``` Unfortunately, I don't know...

I'm modifying `zend_language_scanner.l` for javascript. Then, we can use jison to generate lexer from this file. Current lexer is buggy.

Пока что работает только с новой версией дизайна. Переходы по страницам отслеживает.

The issue occurs on editor with builtin moono theme and with defined `uiColor` setting (even empty). Editor get partially styled by moono. This is because moono defines `CKEDITOR.skin.chameleon` function that...

I'm looking for API functions to assign a region to websites. Does your api miss this?

Script source, containing `var s = " "` (real tab) , is broken by jsmin.php, wich replaces all chars below SPACE by space char. JSMin should preverse all chars within...

WebKit supports event.clipboardData object. It's almost like IE window.clipboardData. You should use it in your plugin. But be careful - you should check the result of setData call, because some...