Szymon Tomasz Stefanek

Results 5 issues of Szymon Tomasz Stefanek

In certain cases XSSFSheet.GroupColumn() produces a overly large columns array in the xml output. LibreOffice seems to interpret it properly (not sure if always) while Office 365 will either group...

need-investigation

Some users have been asking me for simple usage instructions for ctags and I couldn't find them. It would be nice to have a "getting started" guide that shows how...

Documentation

When no anchor is passed to loadContent() it creates a "floating" anchor not attached to a view. loadDiv() then thinks it has to switch view and breaks.

The panelload event is triggered twice when back is pressed. This happens in runTransition(), the first time it triggers from the `from` transition end callback and the second time it...

The problem seems to be inside launch(). ``` $.when.apply($,deferred).then(function(){} this.launchCompleted=true; $(document).trigger("afui:ready"); }).fail(function(){ this.launchCompleted=true; $(document).trigger("afui:ready"); }); ``` `this` is actually a jquery object not `$.afui` so `this.launchCompleted' does not refer to...