[Touch-packages] [Bug 1368390] Re: Button shouldn't steal focus by default

2016-05-13 Thread Christian Dywan
Considering there's still no concrete use case for the bug report, which
is based on "we don't match upstream defaults, and design disagrees with
good reason I'll consider this Won't Fix now.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1368390

Title:
  Button shouldn't steal focus by default

Status in Canonical System Image:
  Incomplete
Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  Invalid

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1368390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1368390] Re: Button shouldn't steal focus by default

2016-05-06 Thread Pat McGowan
is this incomplete or a won't fix?

** Changed in: canonical-devices-system-image
Milestone: 11 => backlog

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1368390

Title:
  Button shouldn't steal focus by default

Status in Canonical System Image:
  Incomplete
Status in ubuntu-ui-toolkit package in Ubuntu:
  Incomplete
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  Incomplete

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1368390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1368390] Re: Button shouldn't steal focus by default

2016-03-19 Thread Timo Jyrinki
** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
 Assignee: (unassigned) => Christian Dywan (kalikiana)

** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1368390

Title:
  Button shouldn't steal focus by default

Status in Canonical System Image:
  Incomplete
Status in ubuntu-ui-toolkit package in Ubuntu:
  Incomplete
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  Incomplete

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1368390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1368390] Re: Button shouldn't steal focus by default

2016-03-19 Thread Timo Jyrinki
** Changed in: canonical-devices-system-image
Milestone: ww08-2016 => 11

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1368390

Title:
  Button shouldn't steal focus by default

Status in Canonical System Image:
  Incomplete
Status in ubuntu-ui-toolkit package in Ubuntu:
  Incomplete
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  Incomplete

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1368390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1368390] Re: Button shouldn't steal focus by default

2016-03-06 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: In Progress => Incomplete

** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1368390

Title:
  Button shouldn't steal focus by default

Status in Canonical System Image:
  Incomplete
Status in ubuntu-ui-toolkit package in Ubuntu:
  Incomplete
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  Incomplete

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1368390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1368390] Re: Button shouldn't steal focus by default

2015-12-15 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: In Progress => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1368390

Title:
  Button shouldn't steal focus by default

Status in Canonical System Image:
  Incomplete
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  New

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1368390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1368390] Re: Button shouldn't steal focus by default

2015-12-15 Thread Christian Dywan
The most recent discussions around the focus UX are so far reaffirming
that all components take focus on click out of the box, anything else is
likely wrong, or otherwise a special case. Click/ touch needs to pass on
focus so that subsequent keyboard navigation continues from that
respective component. It also needs to steal focus to be able to hide
the OSK which remains as long as any text input has focus. The only
thing that is not given on click/touch is visual indication of focus -
unless you use the keyboard to move around.

It's still possible that we find a case where this behavior needs to be
more refined, but right now it's looking like the reported bug is making
the wrong assumptions. You may want to validate your specific use cases
with UX - in the bug report no concrete use case is given so I can't
comment on that - but I'm happy to respond if you can be more specific.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1368390

Title:
  Button shouldn't steal focus by default

Status in Canonical System Image:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  New

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1368390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1368390] Re: Button shouldn't steal focus by default

2015-12-15 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
   Status: New => In Progress

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1368390

Title:
  Button shouldn't steal focus by default

Status in Canonical System Image:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  New

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1368390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1368390] Re: Button shouldn't steal focus by default

2015-12-14 Thread Christian Dywan
** Branch unlinked: lp:~ubuntu-sdk-team/ubuntu-ui-
toolkit/buttonKeyboardNavigation

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1368390

Title:
  Button shouldn't steal focus by default

Status in Canonical System Image:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  New

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1368390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1368390] Re: Button shouldn't steal focus by default

2015-12-14 Thread Timo Jyrinki
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
Milestone: None => ww08-2016

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1368390

Title:
  Button shouldn't steal focus by default

Status in Canonical System Image:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1368390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1368390] Re: Button shouldn't steal focus by default

2015-12-14 Thread Timo Jyrinki
** Also affects: ubuntu-ui-toolkit (Ubuntu RTM)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1368390

Title:
  Button shouldn't steal focus by default

Status in Canonical System Image:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  New

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1368390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1368390] Re: Button shouldn't steal focus by default

2015-12-09 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-
toolkit/buttonKeyboardNavigation

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1368390

Title:
  Button shouldn't steal focus by default

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1368390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1368390] Re: Button shouldn't steal focus by default

2015-12-08 Thread Zoltan Balogh
** No longer affects: ubuntu-ui-toolkit

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1368390

Title:
  Button shouldn't steal focus by default

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1368390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1368390] Re: Button shouldn't steal focus by default

2015-12-08 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit
 Assignee: Zsombor Egri (zsombi) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1368390

Title:
  Button shouldn't steal focus by default

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1368390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1368390] Re: Button shouldn't steal focus by default

2015-12-02 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: Zsombor Egri (zsombi) => Christian Dywan (kalikiana)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1368390

Title:
  Button shouldn't steal focus by default

Status in Ubuntu UI Toolkit:
  Triaged
Status in ubuntu-ui-toolkit package in Ubuntu:
  Triaged

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1368390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1368390] Re: Button shouldn't steal focus by default

2015-12-02 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Triaged => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1368390

Title:
  Button shouldn't steal focus by default

Status in Ubuntu UI Toolkit:
  Triaged
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1368390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1368390] Re: Button shouldn't steal focus by default

2015-12-02 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-
toolkit/buttonKeyboardFocus

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1368390

Title:
  Button shouldn't steal focus by default

Status in Ubuntu UI Toolkit:
  Triaged
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1368390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1368390] Re: Button shouldn't steal focus by default

2015-12-02 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Wishlist => High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1368390

Title:
  Button shouldn't steal focus by default

Status in Ubuntu UI Toolkit:
  Triaged
Status in ubuntu-ui-toolkit package in Ubuntu:
  Triaged

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1368390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1368390] Re: Button shouldn't steal focus by default

2014-11-24 Thread Zoltan Balogh
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New = Triaged

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) = Zsombor Egri (zsombi)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1368390

Title:
  Button shouldn't steal focus by default

Status in Ubuntu UI Toolkit:
  Triaged
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Triaged

Bug description:
  The upstream Button component has activeFocusOnPress: false as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: click
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1368390/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp