--- Additional Comments From abalkiss at redhat dot com 2005-09-01 18:27
---
Fixed.
--
What|Removed |Added
Status|ASSIGNED|RESOLVED
--- Additional Comments From abalkiss at redhat dot com 2005-09-02 19:45
---
This bug appears to stem from the implementation method
Container$LightweightDispatcher.acquireComponentForMouseEvent method. This is
an undocumented implementation method so it will take me a while to fix it
--- Additional Comments From abalkiss at redhat dot com 2005-09-06 20:52
---
The proposed patch is incorrect, changes should instead be made in JComponent.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16540
--- Additional Comments From abalkiss at redhat dot com 2005-09-08 18:19
---
This has been fixed.
--
What|Removed |Added
Status|ASSIGNED
--- Additional Comments From abalkiss at redhat dot com 2005-09-08 18:51
---
*** Bug 22830 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
--- Additional Comments From abalkiss at redhat dot com 2005-09-27 15:15
---
This has been fixed.
--
What|Removed |Added
Status|ASSIGNED
--- Comment #4 from abalkiss at redhat dot com 2005-10-26 15:23 ---
This appears to be a problem with JScrollPane.getPreferredSize(), as the
FlowLayout sets the size of the JScrollPane to its preferredSize, and then this
is a bound for the layout in ScrollPaneLayout which then sets an
--- Comment #5 from abalkiss at redhat dot com 2005-10-26 17:00 ---
An even more specific test case shows that the problem is in ScrollPaneLayout's
preferredLayoutSize method.
***TESTCASE***
import java.awt.*;
import javax.swing.*;
class Test
{
public static void main(String[]
--- Comment #6 from abalkiss at redhat dot com 2005-10-26 19:15 ---
Created an attachment (id=10064)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10064&action=view)
patch
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17360
--- Comment #7 from abalkiss at redhat dot com 2005-10-26 19:15 ---
Fixed, patch attached.
--
abalkiss at redhat dot com changed:
What|Removed |Added
Status
--- Comment #4 from abalkiss at redhat dot com 2005-10-26 19:16 ---
This has gone backwards and is no longer fixed.
--
abalkiss at redhat dot com changed:
What|Removed |Added
--- Comment #5 from abalkiss at redhat dot com 2005-10-26 19:59 ---
Created an attachment (id=10065)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10065&action=view)
patch
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17362
--- Comment #6 from abalkiss at redhat dot com 2005-10-26 20:00 ---
Fixed.
--
abalkiss at redhat dot com changed:
What|Removed |Added
Status|REOPENED
Component: SWING
AssignedTo: abalkiss at redhat dot com
ReportedBy: abalkiss at redhat dot com
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22151
--- Additional Comments From abalkiss at redhat dot com 2005-06-23 17:20
---
1: removing the call to handleEvent() in
BasicInternalFrameUI$GlassPaneDispatcher.mouseExited fixes the problem, but does
it break something else?
2: after maximizing, you have to move the mouse to trigger the
--- Additional Comments From abalkiss at redhat dot com 2005-06-23 18:20
---
Created an attachment (id=9135)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9135&action=view)
proposed patch
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22151
--- Additional Comments From abalkiss at redhat dot com 2005-06-23 18:21
---
Patch proposed, should be patched in classpath very shortly.
--
What|Removed |Added
--- Additional Comments From abalkiss at redhat dot com 2005-06-23 18:23
---
I patched this in classpath, merge should fix it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21444
--- Additional Comments From abalkiss at redhat dot com 2005-06-23 18:23
---
I patched this in classpath, merge should fix it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19860
--- Additional Comments From abalkiss at redhat dot com 2005-08-17 18:03
---
bug fixed, closed.
--
What|Removed |Added
Status|ASSIGNED
--- Additional Comments From abalkiss at redhat dot com 2005-06-20 19:18
---
Problem may be with layout managers instead of JScrollPane. Run the test case
from Additional Comment #1 and try changing the JFrame's layout manager to
BoxLayout or GridLayout. The problem no longer sur
21 matches
Mail list logo