Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[scout-dev] Release Notes Eclipse Scout 2011-Jun (Indigo, SR1 3.7.1)

Hi

 

You are receiving this e-Mail because you are subscribed to Eclipse Scout 2011-Jun.

 

If you are not using Swing UI you can ignore this e-Mail.

 

21.09.2011 dwi

BSI ticket #106'282

Bugzilla ticket #358365

Problem:

If special characters represented by 'AltGr' + 'z' or 'AltGr' + 'y' are inserted into a textfield, the undo or redo action

is perfomred instead of simply insert this special character.

Solution:

To properly intercept Ctrl-Z/Ctrl-Y keystrokes, it is not sufficient to only test for the 'Ctrl'-key being pressed.

Additionally, it must be checked that the 'Alt' key is not pressed. Otherwise, if heading for a special character

represented by 'Alt-Gr' + 'Z', that would result in an unwanted undo event.

That is because on Windows systems, the key 'Alt Gr' is composed of both of the keys, 'Ctrl' and 'Alt', respectively.

Plug-Ins changed:

- org.eclipse.scout.rt.ui.swing [UndoableEditObserver.class]

Migration:

None

 

--

Release: Indigo, SR1 3.7.1

SVN: https://dev.eclipse.org/svnroot/technology/org.eclipse.scout/scout.rt/branches/2011-Jun/

Bugzilla: https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;target_milestone=3.7.1;product=Scout

 

--
Eclipse Scout Tools Development
scout-dev@xxxxxxxxxxx

 

--
Daniel Wiehl
Software Engineer

BSI
Business Systems Integration AG
Täfernstrasse 16a
CH-5405 Baden

www.bsiag.com

 

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top