Karthik P K
Karthik P K
> @karthikpandelu would you be able to take a look at this PR, specifically check the new behavior using `ATableViewResizeTester` app? Please note anything you don't like or find questionable....
> > * Observed inconsistent behavior with Data value "fixed in the middle" and Policy value "CONSTRAINED_RESIZE_POLICY". Steps to reproduce: > > made some changes, please take a look. >...
I'm also seeing the mouse cursor tracking issue mentioned by Kevin while dragging the column divider. I wanted to check about following behavior. When AUTO_RESIZE_FLEX_LAST_COLUMN policy and pref only data...
> AUTO_RESIZE_ALL_COLUMNS tries to allocate extra space proportionally to the preferred width of each column, so the behavior you are describing is expected. Understood. Thanks for the clarification.
> This statement is not exactly correct. Cmd+right navigates to a (visible) line end, in this case it's in the middle of the text string (index=8). So if you place...
> MonkeyTester encounters an NPE on launch: > @andy-goryachev-oracle did you find this NPE on any specific page? I couldn't see this issue
> Preliminary testing looks ok, though it does suffer from effects of JDK-8318095 (and I did remove `this.getScene().` in Text:1042) > Thanks @andy-goryachev-oracle for testing and reviewing the PR. Yes,...
> I wonder if we should address JDK-8318095 first to be able to test this fix fully. We have another bug [JDK-8319050](https://bugs.openjdk.org/browse/JDK-8319050) for the issue with `careShape()` and `rangeShape()`. Do...
> There seems to be a weird problem with Text (tested on macOS) in the Monkey Tester. 'Writing Systems' is a multi-line text with a tricky font (which does not...
> There seems to be a weird problem with Text (tested on macOS) in the Monkey Tester. Fixed this issue. Please check. I observed one more issue. When I scroll...