Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 10:22 Go to next message
Frank.K Mising name is currently offline Frank.K Mising nameFriend
Messages: 15
Registered: January 2013
Junior Member
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 08:04 Go to previous message
Frank.K Mising name is currently offline Frank.K Mising nameFriend
Messages: 15
Registered: January 2013
Junior Member
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: Sat Sep 21 21:27:08 GMT 2024

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

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

Back to the top