Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 184411 Details for
Bug 331722
BugzillaSearchPage restoreBounds should not set x/y coordinates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch that causes the x/y coordinates to be ignored when restoring bounds
patch.txt (text/plain), 960 bytes, created by
David Green
on 2010-12-02 16:25:32 EST
(
hide
)
Description:
patch that causes the x/y coordinates to be ignored when restoring bounds
Filename:
MIME Type:
Creator:
David Green
Created:
2010-12-02 16:25:32 EST
Size:
960 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylyn.bugzilla.ui >Index: src/org/eclipse/mylyn/internal/bugzilla/ui/search/BugzillaSearchPage.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.mylyn/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/search/BugzillaSearchPage.java,v >retrieving revision 1.148 >diff -u -r1.148 BugzillaSearchPage.java >--- src/org/eclipse/mylyn/internal/bugzilla/ui/search/BugzillaSearchPage.java 24 Oct 2010 19:02:40 -0000 1.148 >+++ src/org/eclipse/mylyn/internal/bugzilla/ui/search/BugzillaSearchPage.java 2 Dec 2010 21:25:04 -0000 >@@ -1965,8 +1965,6 @@ > > if (bounds != null && dialogBounds != null) { > try { >- bounds.x = dialogBounds.getInt(X); >- bounds.y = dialogBounds.getInt(Y); > bounds.height = dialogBounds.getInt(HEIGHT); > bounds.width = dialogBounds.getInt(WIDTH); > shell.setBounds(bounds);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 331722
: 184411 |
184412