~oxide-developers/oxide/1.2

Viewing all changes in revision 735.

  • Committer: Olivier Tilloy
  • Date: 2014-10-09 09:51:57 UTC
  • Revision ID: olivier.tilloy@canonical.com-20141009095157-vj40h3y2kabf44xc
Do not check whether the input method is currently visible in WebView::SetInputPanelVisibility(…),
to avoid a possible race condition: if hide() and show() are called very quickly in a row, when show() is called the hide() request might not have completed yet, and isVisible() could return true.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: