Skip to content

Remove GlobalFocusListener and old TextField entry editor#4336

Merged
tobiasdiez merged 2 commits into
masterfrom
fix4324
Sep 12, 2018
Merged

Remove GlobalFocusListener and old TextField entry editor#4336
tobiasdiez merged 2 commits into
masterfrom
fix4324

Conversation

@tobiasdiez

Copy link
Copy Markdown
Member

Fixes #4324.

@tobiasdiez tobiasdiez added the status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers label Sep 12, 2018
if (focusOwner instanceof TextInputControl) {
// Focus is on text field -> copy/paste/cut selected text
TextInputControl textInput = (TextInputControl) focusOwner;
switch (command) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a default case in both switches

@Siedlerchr Siedlerchr left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just add a default case to the switch and we can merge

@tobiasdiez tobiasdiez merged commit fef1b8a into master Sep 12, 2018
@tobiasdiez tobiasdiez deleted the fix4324 branch September 12, 2018 18:16
Siedlerchr added a commit that referenced this pull request Sep 13, 2018
* upstream/master:
  Fix export of corporate author to MSOffice (#4337)
  Added new keyboard shortcut "ctrl+E" for closing the entry editor. (#4222) (#4338)
  Remove GlobalFocusListener and old TextField entry editor (#4336)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants