Re: Please review HR fix of bug 248319

Jiří Kovalský <[email protected]> Fri, 2 Oct 2015 15:26:32 +0200
Newsgroups gmane.comp.java.netbeans.reviewers
Message-ID <[email protected]>
No objections from me as well. Tomasi, go ahead and transplant the fix 
to release81 branch.

Thanks,
-Jirka

Dne 2.10.2015 v 15:20 Tim Boudreau napsal(a):

> Looks fine - the code should be called again any time the popup menu is
> needed;  it just happens to be called from the super constructor on this
> look and feel (which is dumb, as Tomas notes in the bug).
>
> -Tim
>
> On Fri, Oct 2, 2015 at 8:57 AM, Tomas Pavek <[email protected]
> <mailto:[email protected]>> wrote:
>
>     http://netbeans.org/issues/show_bug.cgi?id=248319
>
>     A third party Look and Feel causes custom menu creation to fail in
>     GUI builder, effectively disabling any context menu. It makes the
>     GUI builder pretty much unusable. Although it is a bug in 3rd party
>     component, there are surprisingly high number of users using it
>     (many reports in 8.0, 8.0.1, 8.0.2). Workaround is simple and safe
>     (additional check for null). Similar one already implemented in bug
>     245600.
>
>     http://hg.netbeans.org/jet-main/rev/0ad8e2d4038a
>
>     Thanks,
>     Tomas