Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gtk gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,435
    • Issues 1,435
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 239
    • Merge requests 239
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • gtkgtk
  • Issues
  • #1949

Closed
Open
Created Jun 13, 2019 by Daniel Boles@dbolesDeveloper

a11y/testfocus about.ui fails because caret offset and selection differ from expected

fallout of #686 (comment 530545) seems to be that running ~/.cache/jhbuild/build/gtk+-3/testsuite/a11y/testfocus about.ui now fails for fedora.meson as in this Pipeline:

Contents don't match expected contents:
--- /builds/GNOME/gtk/testsuite/a11y/about.txt	2019-06-12 17:14:09.755894044 +0000
+++ /tmp/.7NZ92Z	2019-06-12 17:19:38.011200850 +0000
@@ -126,8 +126,7 @@
         <AtkText>
         text: FancyPants
         character count: 10
-        caret offset: 10
-        selection 0: (0, 10) FancyPants
+        caret offset: 0
         default attributes: bg-color: <omitted>
                             bg-full-height: 0
                             direction: <omitted>

Running the program shows that instead, we still default to focus being on the program name label, but with the caret at index 0 and no selection. That... seems OK? But I want to check if anyone thinks something else should happen, if that isn't outweighed by fixing the presence of a NULL focus widget in the window's focus chain.

Edited Jun 13, 2019 by Daniel Boles
Assignee
Assign to
Time tracking