← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1387806] Re: toolkit dialogs have wonky padding

 

This bug was fixed in the package ubuntu-ui-toolkit -
1.1.1298+15.04.20141203.1~rtm-0ubuntu1

---------------
ubuntu-ui-toolkit (1.1.1298+15.04.20141203.1~rtm-0ubuntu1) 14.09; urgency=low

  [ Zoltán Balogh ]
  * Many TextField/TextArea fixes improving user experience greatly and
    making it more in line with the design: handle much easier to drag
    by making its touch area 4 grid units wide and centered around the
    cursor; double tapping anywhere (even around the handle) selects the
    word and opens the contextual menu; long pressing anywhere (even
    around the handle) selects the word and opens the contextual menu;
    make sure that when there is a selection the contextual menu is
    shown and shown above the cursor at the beginning of the selection;
    do not prevent other UI elements from receiving mouse/touch events
    when the contextual menu is shown
  * Revert to 1124
  * Fixed unit test
    tst_components::tst_textinput_touch::test_longtap_when_empty: do not
    cause a double tap before the long press.

  [ Christian Dywan ]
  * Don't subtract itemSpacing from column width (LP: #1387806)
 -- Ubuntu daily release <ps-jenkins@xxxxxxxxxxxxxxxxxxx>   Wed, 03 Dec 2014 13:12:49 +0000

** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
       Status: In Progress => Fix Released

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

Title:
  toolkit dialogs have wonky padding

Status in the base for Ubuntu mobile products:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu RTM:
  New
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  Fix Released

Bug description:
  Ubuntu 14.10 r135

  1. Go to System Settings > "Wi-Fi".
  2. If Wi-Fi is off, turn it on.
  3. Scroll to the bottom of the list and choose "Connect to hidden network".

  What you see: A dialog where the left padding (x1) is less than the
  right padding (x2), and the top padding (y1) is less than the bottom
  padding (y2).

  What you should see: A dialog where the left and right padding are
  equal (x1 = x2), and the top and bottom padding are equal (y1 = y2).

  I don't know whether this is a System Settings bug, a toolkit bug, or
  a combination.

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


References