On Wed, 7 Feb 2024 21:41:10 GMT, Andy Goryachev wrote:
>> Requesting content layout when font changes.
>>
>> This change makes the visual impact of
>> [JDK-8314683](https://bugs.openjdk.org/browse/JDK-8314683) more visible, so
>> perhaps both bugs should be fixed at the same time.
>
> Andy Gor
> On Windows a common shortcut like Ctrl+'+' could only be invoked from the
> main keyboard and not the numeric keypad. Toolkit.getKeyCodeForChar did not
> have enough context to know whether it should return a result from the main
> keyboard or the keypad.
>
> This PR alters getKeyCodeForChar
On Wed, 7 Feb 2024 15:06:18 GMT, John Hendrikx wrote:
>> There are a number of tickets open related to text rendering:
>>
>> https://bugs.openjdk.org/browse/JDK-8314215
>>
>> https://bugs.openjdk.org/browse/JDK-8145496
>>
>> https://bugs.openjdk.org/browse/JDK-8129014
>>
>> They have in commo
Hi,
I'm pretty sure I read somewhere in JavaFX docs, code or website that
binding certain properties which are changed during layout is a really
bad idea, but I can't find where I've seen this. Anyone know what I mean?
It was something like: binding the values of a property like
width/heigh
On Fri, 9 Jun 2023 12:00:06 GMT, John Hendrikx wrote:
>> This provides and uses a new implementation of `ExpressionHelper`, called
>> `ListenerManager` with improved semantics.
>>
>> # Behavior
>>
>> |Listener...|ExpressionHelper|ListenerManager|
>> |---|---|---|
>> |Invocation Order|In order
On Fri, 9 Jun 2023 12:00:06 GMT, John Hendrikx wrote:
>> This provides and uses a new implementation of `ExpressionHelper`, called
>> `ListenerManager` with improved semantics.
>>
>> # Behavior
>>
>> |Listener...|ExpressionHelper|ListenerManager|
>> |---|---|---|
>> |Invocation Order|In order
On Fri, 17 Nov 2023 20:05:09 GMT, Martin Fox wrote:
> On Windows a common shortcut like Ctrl+'+' could only be invoked from the
> main keyboard and not the numeric keypad. Toolkit.getKeyCodeForChar did not
> have enough context to know whether it should return a result from the main
> keyboard
`TreeTableRow` does not check the item with `isItemChanged(..)`, unlike all
other implementations of the cell.
This also means that the `TreeTableRow` always updates the item, although it
should not, resulting in a performance loss as a `TreeTableRow` will always
call `updateItem(..)`.
It look
Sounds good, I also use the latest Early Access versions to quickly identify any regressions/problems or use/implement new features in our application.
So thanks for taking care of that!
-- Marius
Gesendet: Mittwoch, 07. Februar 2024 um 11:33 Uhr
Von: "Johan Vos"
An: "Kevin Rushforth"
On Wed, 7 Feb 2024 00:08:41 GMT, Kevin Rushforth wrote:
> would it be possible to create an automated test for this?
created a robot test.
-
PR Comment: https://git.openjdk.org/jfx/pull/1217#issuecomment-1934700117
On Tue, 6 Feb 2024 10:31:18 GMT, Karthik P K wrote:
>> In the `getHitInfo()` method of PrismTextLayout, RTL node orientation
>> conditions were not considered, hence hit test values such as character
>> index and insertion index values were incorrect.
>>
>> Added checks for RTL orientation of
On Wed, 7 Feb 2024 10:43:12 GMT, Karthik P K wrote:
>> In the `getHitInfo()` method of PrismTextLayout, RTL node orientation
>> conditions were not considered, hence hit test values such as character
>> index and insertion index values were incorrect.
>>
>> Added checks for RTL orientation of
On Thu, 8 Feb 2024 06:12:05 GMT, Karthik P K wrote:
>>> Since the emoji itself is not rendered properly I don't think it is an
>>> issue relevant to this PR.
>>
>> Quite possibly, these are grapheme clusters which are currently not
>> supported:
>> `☝🏿☝🏿☝🏿🤦🏼♂️`
>>
>> I see the emoji and tab
On Thu, 8 Feb 2024 10:16:51 GMT, Karthik P K wrote:
> the position of text in the TextArea shifts.
yes, that's [JDK-8314683](https://bugs.openjdk.org/browse/JDK-8314683)
the padding size is expressed in ems which is incorrect - it should be fixed
like everywhere else.
-
PR Comment
On Wed, 7 Feb 2024 15:06:18 GMT, John Hendrikx wrote:
>> There are a number of tickets open related to text rendering:
>>
>> https://bugs.openjdk.org/browse/JDK-8314215
>>
>> https://bugs.openjdk.org/browse/JDK-8145496
>>
>> https://bugs.openjdk.org/browse/JDK-8129014
>>
>> They have in commo
On Wed, 7 Feb 2024 15:06:18 GMT, John Hendrikx wrote:
>> There are a number of tickets open related to text rendering:
>>
>> https://bugs.openjdk.org/browse/JDK-8314215
>>
>> https://bugs.openjdk.org/browse/JDK-8145496
>>
>> https://bugs.openjdk.org/browse/JDK-8129014
>>
>> They have in commo
On Wed, 7 Feb 2024 21:41:10 GMT, Andy Goryachev wrote:
>> Requesting content layout when font changes.
>>
>> This change makes the visual impact of
>> [JDK-8314683](https://bugs.openjdk.org/browse/JDK-8314683) more visible, so
>> perhaps both bugs should be fixed at the same time.
>
> Andy Gor
Clean backport of 8221261: Deadlock on macOS in JFXPanel app when handling IME
calls
-
Commit messages:
- 8221261: Deadlock on macOS in JFXPanel app when handling IME calls
Changes: https://git.openjdk.org/jfx17u/pull/178/files
Webrev: https://webrevs.openjdk.org/?repo=jfx17u&pr=1
18 matches
Mail list logo