Greg Woolsey

Results 58 comments of Greg Woolsey

Yes, these 3 sheets are all the same bug, due to a math error I made in POI. I've fixed POI bug [#63264](https://bz.apache.org/bugzilla/show_bug.cgi?id=63264) in trunk. It will be fixed in...

There will be a new POI release, 4.1, in the next couple weeks. We should take that. It includes my fixes for conditional formatting, my implementation of SUBTOTAL() variations that...

This is fascinating as a non-Apple dev. Behavior in versions reported as identical (iOS 12.1.4, WebKit 605.1.15) on an iPad Air 2 and an iPhone 5s differs. The iPhone 5s...

Released POI 4.1.0, will be available in the next day or two. At that point I'll commit a dependency update and we'll see where we are with these changes.

I just noticed `AbstractComponentConnector` handles `contextClick` events, including touch event timer implementation on iOS. That's what `Spreadsheet` should use, similar to how `Grid` extends the server-side event to include extra...

Try this latest re-write, using the standard Connector context click code instead of custom code (that did nearly the same thing). This version behaves much better for me on an...

Looks like context menus aren't firing on cells with custom components displayed, or custom editors with focus. That would be a regression or change in behavior. I'm investigating. Don't know...

Fixed some logic and added missing case. Sheet context menus now display when executing a context click on a cell's custom editor or custom component. As far as I can...

The jumping is a core issue, and only happens for me at zoom. It doesn't appear to be part of the context menu logic, but rather with Spreadsheet's calculation for...

Found it. SpreadsheetConnector.showActions() was adding the scroll position twice to the popup coordinates.