D24935: Fix search field focus, both initial and on-demand

Nathaniel Graham noreply at phabricator.kde.org
Thu Oct 24 22:17:24 BST 2019


ngraham created this revision.
ngraham added reviewers: Discover Software Store, apol, davidedmundson.
Herald added a project: Plasma.
Herald added a subscriber: plasma-devel.
ngraham requested review of this revision.

REVISION SUMMARY
  Right now the search field doesn't get focus initially, or when the user types on a page.
  This is because the conditional loader that conditionally loads the GlobalDrawer's
  toolbar containing the search field isn't able to pass on focus or signals to its content
  properly. I tried various methods of fixing this by adding `focus: true` to all the focus
  stopes in the chain, but was unsuccessful. So this patch implements the conditional
  loading of the top content differently: instead the top content is always loaded, but
  conditionally discarded when in non-widescreen mode. This fixes the aforementioned issues.
  
  However it may not be the correct way to fix the problem; if not, assistance would be
  appreciated.
  
  BUG: 413407
  FIXED-IN: 5.18.0

TEST PLAN
  - Search field has focus when Discover is launched
  - Search field gains focus and accept text when typing anywhere
  - When the window is made mobiley, the sidebar's toolbar disappears
  - When a mobiley window is made desktoppy, the sidebar;s toolbar re-appears

REPOSITORY
  R134 Discover Software Store

BRANCH
  fix-searchfield-focus (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D24935

AFFECTED FILES
  discover/qml/DiscoverDrawer.qml

To: ngraham, #discover_software_store, apol, davidedmundson
Cc: plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20191024/ff0c3ac1/attachment-0001.html>


More information about the Plasma-devel mailing list