On Mon, 3 Jun 2024 06:07:37 GMT, Prasanta Sadhukhan
wrote:
>> src/java.desktop/macosx/native/libawt_lwawt/awt/AWTWindow.m line 1031:
>>
>>> 1029: (p.x >= (frame.origin.x + contentRect.size.width -
>>> 3)) ||
>>> 1030: (fabs(frame.origin.x - p.x) < 3) ||
>>> 1031
On Fri, 31 May 2024 14:49:45 GMT, Alexey Ivanov wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Non-client aread edge area modified, test format
>
> src/java.desktop/macosx/native/libawt_lwawt/awt/AWTWindow.m
> Issue is in macosx, when a JMenu or JPopupmenu is opened and then window is
> resized from the lower right corner, then the Menu / JPopupmenu stays open
> unlike in native osx apps like Notes, Mail etc..
>
> This is because when LMouseButton is pressed on non-client area, the window
> should
On Fri, 31 May 2024 12:24:42 GMT, Prasanta Sadhukhan
wrote:
>> Issue is in macosx, when a JMenu or JPopupmenu is opened and then window is
>> resized from the lower right corner, then the Menu / JPopupmenu stays open
>> unlike in native osx apps like Notes, Mail etc..
>>
>> This is because wh
On Fri, 31 May 2024 12:24:42 GMT, Prasanta Sadhukhan
wrote:
>> Issue is in macosx, when a JMenu or JPopupmenu is opened and then window is
>> resized from the lower right corner, then the Menu / JPopupmenu stays open
>> unlike in native osx apps like Notes, Mail etc..
>>
>> This is because wh
On Fri, 31 May 2024 12:24:42 GMT, Prasanta Sadhukhan
wrote:
>> Issue is in macosx, when a JMenu or JPopupmenu is opened and then window is
>> resized from the lower right corner, then the Menu / JPopupmenu stays open
>> unlike in native osx apps like Notes, Mail etc..
>>
>> This is because wh
On Fri, 31 May 2024 10:51:29 GMT, Abhishek Kumar wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Non-client aread edge area modified, test format
>
> test/jdk/javax/swing/JMenu/TestUngrab.java line 81:
>
>>
On Fri, 31 May 2024 09:55:37 GMT, Alexander Zvegintsev
wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Non-client aread edge area modified, test format
>
> src/java.desktop/macosx/native/libawt_lwawt/awt/AWT
> Issue is in macosx, when a JMenu or JPopupmenu is opened and then window is
> resized from the lower right corner, then the Menu / JPopupmenu stays open
> unlike in native osx apps like Notes, Mail etc..
>
> This is because when LMouseButton is pressed on non-client area, the window
> should
On Thu, 30 May 2024 12:05:25 GMT, Prasanta Sadhukhan
wrote:
> Issue is in macosx, when a JMenu or JPopupmenu is opened and then window is
> resized from the lower right corner, then the Menu / JPopupmenu stays open
> unlike in native osx apps like Notes, Mail etc..
>
> This is because when LM
On Thu, 30 May 2024 12:05:25 GMT, Prasanta Sadhukhan
wrote:
> Issue is in macosx, when a JMenu or JPopupmenu is opened and then window is
> resized from the lower right corner, then the Menu / JPopupmenu stays open
> unlike in native osx apps like Notes, Mail etc..
>
> This is because when LM
Issue is in macosx, when a JMenu or JPopupmenu is opened and then window is
resized from the lower right corner, then the Menu / JPopupmenu stays open
unlike in native osx apps like Notes, Mail etc..
This is because when LMouseButton is pressed on non-client area, the window
should get a Ungrab
12 matches
Mail list logo