Integrated: 8280840: Update libFFI to 3.4.2

2022-03-07 Thread Alexander Matveev
On Sat, 19 Feb 2022 07:45:43 GMT, Alexander Matveev wrote: > LibFFI updated to 3.4.2. No additional changes to our code, libffi code or > build system were required. Tested on all platforms. This pull request has now been integrated. Changeset: 1beb3235 Author:Alexander Matveev URL:

Re: RFR: 8271054: [REDO] Wrong stage gets focused after modal stage creation [v9]

2022-03-07 Thread Kevin Rushforth
On Tue, 25 Jan 2022 23:57:09 GMT, Thiago Milczarek Sayao wrote: >> Found the problem thru this path: >> >> **WindowStage.java** >> >> final void handleFocusDisabled() { >> if (activeWindows.isEmpty()) { >> return; >> } >> WindowStage window = activeWindo

Integrated: 8282100: Missed top/left bouncing for ScrollPane on Raspberry Pi with Touchscreen

2022-03-07 Thread Alexander Scherbatiy
On Fri, 18 Feb 2022 15:21:49 GMT, Alexander Scherbatiy wrote: > There is the bouncing when scrolling a node on a ScrollPane to the > right/bottom (the node on the scroll pane is scrolled further than its > width/height so the background is visible and then automatically is scrolled > back to

Re: RFR: 8255940: localStorage is null after window.close() [v9]

2022-03-07 Thread Kevin Rushforth
On Fri, 4 Mar 2022 16:55:48 GMT, Jay Bhaskar wrote: >> Issue: The current implementation of DOMWindow ::localStorage(..) returns >> null pointer in case of page is being closed. >> Fix: It should not return nullptr , as per the [w3c web storage >> spec](https://www.w3.org/TR/2016/REC-webstorag

Re: RFR: 8255940: localStorage is null after window.close() [v9]

2022-03-07 Thread Andreas Müller
On Fri, 4 Mar 2022 16:55:48 GMT, Jay Bhaskar wrote: >> Issue: The current implementation of DOMWindow ::localStorage(..) returns >> null pointer in case of page is being closed. >> Fix: It should not return nullptr , as per the [w3c web storage >> spec](https://www.w3.org/TR/2016/REC-webstorag

Re: Bug: ComboBox dropdown list of combobox is not taking Scale Transformation in consideration

2022-03-07 Thread Kevin Rushforth
This sounds like JDK-8088757 [1], "Scale of control does not cross to popup in popup-based controls". Yes, it does seems like a legitimate bug to me. Fixing it might result in a surprising behavior change for some existing applications, given how long this behavior has been in place (the bug in

Integrated: 8280020: Underline and line-through not straight in WebView

2022-03-07 Thread Jay Bhaskar
On Thu, 10 Feb 2022 11:36:38 GMT, Jay Bhaskar wrote: > Issue: The end point of line in drawLinesForText , add thickness to the > endPoint.y(). In this case origin which is start point and the end point > would not be same, and line would be drawn not straight. > Solution: Do not add thickness

Re: RFR: 8280020: Underline and line-through not straight in WebView [v8]

2022-03-07 Thread Kevin Rushforth
On Mon, 7 Mar 2022 09:28:52 GMT, Jay Bhaskar wrote: >> Issue: The end point of line in drawLinesForText , add thickness to the >> endPoint.y(). In this case origin which is start point and the end point >> would not be same, and line would be drawn not straight. >> Solution: Do not add thickne

Re: RFR: 8280840: Update libFFI to 3.4.2 [v2]

2022-03-07 Thread Joeri Sykora
On Thu, 24 Feb 2022 03:07:57 GMT, Alexander Matveev wrote: >> LibFFI updated to 3.4.2. No additional changes to our code, libffi code or >> build system were required. Tested on all platforms. > > Alexander Matveev has updated the pull request incrementally with one > additional commit since t

Re: RFR: 8280020: Underline and line-through not straight in WebView [v8]

2022-03-07 Thread Ambarish Rapte
On Mon, 7 Mar 2022 09:28:52 GMT, Jay Bhaskar wrote: >> Issue: The end point of line in drawLinesForText , add thickness to the >> endPoint.y(). In this case origin which is start point and the end point >> would not be same, and line would be drawn not straight. >> Solution: Do not add thickne

Re: RFR: 8280020: Underline and line-through not straight in WebView [v8]

2022-03-07 Thread Jay Bhaskar
> Issue: The end point of line in drawLinesForText , add thickness to the > endPoint.y(). In this case origin which is start point and the end point > would not be same, and line would be drawn not straight. > Solution: Do not add thickness to the y position of end point of line. > Start Point(x

Integrated: 8269115: WebView paste event contains old data

2022-03-07 Thread Jay Bhaskar
On Tue, 8 Feb 2022 11:13:20 GMT, Jay Bhaskar wrote: > Issue: The DataObject uses m_availMimeTypes as Vector of strings, and > appending mime types in pasteboard operation like setPlainText, Hence it will > append duplicate mime types in m_availMimeTypes , in this case the length > clipboardDat