Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Password Text field, RAP 3.7, Firefox 65
Password Text field, RAP 3.7, Firefox 65 [message #1802864] Mon, 18 February 2019 05:22 Go to next message
Eclipse UserFriend
We are using the following code to create a password text field:

 txtPasswd = new Text(bottom, SWT.BORDER | SWT.CENTER | SWT.PASSWORD);
 txtPasswd.addSelectionListener(loginAction);


Until last week (I guess before the Firefox update), the selection listener was fired as it should, e.g. after pressing the enter key.
When I remove "SWT.PASSWORD", the listener is fired again.
Re: Password Text field, RAP 3.7, Firefox 65 [message #1803345 is a reply to message #1802864] Wed, 27 February 2019 03:04 Go to previous message
Eclipse UserFriend
So in the end it was simply a bug in Firefox. After updating to version 65.0.1 the problem is gone.
Previous Topic:Using XWorker to develop SWT & RAP Programs
Next Topic:How to obtain country of a client connection?
Goto Forum:
  


Current Time: Sun Jul 13 16:17:52 EDT 2025

Powered by FUDForum. Page generated in 0.30743 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top