[Ubuntu-sdk-bugs] [Bug 1259294] Re: Password entry textfield needs to set a hint for OSK not to use caps

2013-12-09 Thread Bill Filler
The problem is the Show Password text field toggles echoMode from TextInput.Normal to TextInput.Password. Autocapitlization is only disabled for TextInput.Password. So the fix is to set this inputMethodHint on the field so it works regardless: inputMethodHints: Qt.ImhNoAutoUppercase) ** Also

[Ubuntu-sdk-bugs] [Bug 1259476] Re: Flaky gallery.test_textinput.TextInputTests.test_textfield_numbers, fix or disable

2014-01-09 Thread Bill Filler
This in fact is caused by bug https://bugs.launchpad.net/ubuntu/+source/unity-mir/+bug/1267550 The osk is not being properly closed when the app is quit and another app is running. Closing this bug and will track in new bug. ** Changed in: ubuntu-ui-toolkit Status: In Progress = Invalid

[Ubuntu-sdk-bugs] [Bug 1306112] Re: calendar sync causing 100% cpu and does not complete

2014-04-24 Thread Bill Filler
** Changed in: sync-monitor Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtorganizer5-eds in Ubuntu. https://bugs.launchpad.net/bugs/1306112 Title: calendar sync causing 100% cpu and

[Ubuntu-sdk-bugs] [Bug 1231445] Re: [contacts app] In edit mode, we want to have 'Next' as the contextual key instead of return

2014-05-27 Thread Bill Filler
** Changed in: ubuntu-keyboard (Ubuntu) Status: New = Fix Released ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = Fix Released ** Changed in: ubuntu-keyboard Status: In Progress = Fix Released ** Changed in: address-book-app Status: In Progress = Fix

[Ubuntu-sdk-bugs] [Bug 1183257] Re: [text inputs] [sdk] Caret visuals to be fixed for TextField and TextArea

2014-07-29 Thread Bill Filler
** No longer affects: address-book-app (Ubuntu) ** No longer affects: messaging-app (Ubuntu) -- 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/1183257 Title: [text

[Ubuntu-sdk-bugs] [Bug 1183257] Re: [text inputs] [sdk] Caret visuals to be fixed for TextField and TextArea

2014-07-29 Thread Bill Filler
** Changed in: messaging-app (Ubuntu) Status: New = Fix Released ** Changed in: address-book-app (Ubuntu) Status: New = 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.

[Ubuntu-sdk-bugs] [Bug 1322604] Re: camera frozen after resuming from lock screen

2014-07-31 Thread Bill Filler
** No longer affects: unity8 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtubuntu-camera in Ubuntu. https://bugs.launchpad.net/bugs/1322604 Title: camera frozen after resuming from lock screen Status in Camera

[Ubuntu-sdk-bugs] [Bug 1322121] Re: pictures taken with flash are almost completely black

2014-07-31 Thread Bill Filler
this is not a camera-app bug. we are setting the right values ** Also affects: qtubuntu-camera (Ubuntu) Importance: Undecided Status: New ** Changed in: camera-app Status: Confirmed = Invalid ** Changed in: android (Ubuntu) Status: New = Triaged ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1316057] Re: webbrowser-app AP failures after UITK upgrade

2014-09-08 Thread Bill Filler
** Changed in: ubuntu-keyboard Status: New = 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/1316057 Title: webbrowser-app AP failures after UITK

[Ubuntu-sdk-bugs] [Bug 1371390] [NEW] pictures taken with camera have wrong timestamp

2014-09-18 Thread Bill Filler
Public bug reported: krillin rtm build 46 - phone is set for Eastern time zone (utc -4) - take a picture with the camera - apt-get install exiv2 onto the phone - cd ~/Pictures/com.ubuntu.camera - exiv2 imagename.jpg Expected results: Image Timestamp in meta data should match the local time on

[Ubuntu-sdk-bugs] [Bug 1368436] Re: camera-app crashes after quickly opening and closing app

2014-09-24 Thread Bill Filler
** Changed in: qtubuntu-camera (Ubuntu RTM) Status: New = Fix Released ** Changed in: qtubuntu-camera (Ubuntu RTM) Importance: Undecided = Critical ** Changed in: qtubuntu-camera (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification because you are a

[Ubuntu-sdk-bugs] [Bug 1385302] Re: Recorded videos don't show up in Videos scope

2014-11-06 Thread Bill Filler
** Also affects: qtubuntu-camera (Ubuntu) Importance: Undecided Status: New ** Changed in: qtubuntu-camera (Ubuntu) Importance: Undecided = Critical -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtubuntu-camera in

[Ubuntu-sdk-bugs] [Bug 1311165] Re: timezone incorrectly modified when editing/creating google calendar event

2014-11-20 Thread Bill Filler
** Also affects: ubuntu-calendar-app Importance: Undecided Status: New ** Changed in: ubuntu-calendar-app Importance: Undecided = High ** Changed in: qtorganizer5-eds (Ubuntu) Status: Fix Released = Confirmed -- You received this bug notification because you are a member of

[Ubuntu-sdk-bugs] [Bug 1398436] Re: Preview frozen after unlocking

2014-12-04 Thread Bill Filler
I did some testing. I am seeing two different behaviors: 1) Normal behavior: when the phone is locked/unlocked, the viewfinder shows black for ~1 second and then switches back to live viewfinder mode. This is expected, as the camera-app has to release the camera backend when it becomes inactive

[Ubuntu-sdk-bugs] [Bug 1376763] Re: Dialog doesn't take the contents size into consideration

2014-12-04 Thread Bill Filler
** Tags added: rtm14 ** Also affects: canonical-devices-system-image Importance: Undecided Status: New -- 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/1376763

[Ubuntu-sdk-bugs] [Bug 1398436] Re: Preview frozen after unlocking

2014-12-16 Thread Bill Filler
After discussion, seems the issue is that powerd suspends the device as soon as the power button is pressed and the screen lock is released. The suspend happens before the app manager can tell the apps they are inactive, so the camera-app is not able to properly release the camera. When resume

[Ubuntu-sdk-bugs] [Bug 1371207] Re: [Browser] when focusing on the URL field, copy/cut/paste options are not displayed

2015-01-22 Thread Bill Filler
long pressing will properly display the popup menu ** Changed in: webbrowser-app (Ubuntu RTM) Status: Confirmed = Fix Released ** Changed in: webbrowser-app Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking,

[Ubuntu-sdk-bugs] [Bug 1429899] [NEW] StateSaver should not restore when app launched from content-hub

2015-03-09 Thread Bill Filler
Public bug reported: Testing the messaging-app state saving ability that we've been adding from this MR: https://code.launchpad.net/~tiagosh/messaging-app/state-saver2/+merge/250996 deb can be found here:

[Ubuntu-sdk-bugs] [Bug 1449580] Re: photos taken by camera are corrupt

2015-04-28 Thread Bill Filler
** Attachment added: image20150427_194941464.jpg https://bugs.launchpad.net/ubuntu/+source/qtubuntu-camera/+bug/1449580/+attachment/4386662/+files/image20150427_194941464.jpg ** Also affects: camera-app (Ubuntu) Importance: Undecided Status: New -- You received this bug

[Ubuntu-sdk-bugs] [Bug 1449580] [NEW] photos taken by camera are corrupt

2015-04-28 Thread Bill Filler
Public bug reported: This is arale specifc bug Took pictures with camera Go to photo roll Photo is black, spinner keeps spinning The photo is written to disk, but is corrupt when opening I am attaching photo ** Affects: camera-app (Ubuntu) Importance: Undecided Status: New **

[Ubuntu-sdk-bugs] [Bug 1450213] [NEW] cursor handle should not be visible if field is empty

2015-04-29 Thread Bill Filler
Public bug reported: On arale ui-tookit version 1.2.1485+15.04.20150429-0ubuntu1 The big blue cursor handle should not be visible if the text field is empty, as dragging does nothing. It should only be displayed if the field has text (or spaces) in it where dragging would make sense. Steps to

[Ubuntu-sdk-bugs] [Bug 1450222] [NEW] cursor handle is cut off by keyboard and not functional

2015-04-29 Thread Bill Filler
Public bug reported: latest arale build ui-toolkit version 1.2.1485+15.04.20150429-0ubuntu1 If there is a text field at the bottom of a page, directly above the keyboard you cannot drag the cursor handle to re-position because it's cut off by the keyboard window. Sometimes you can can drag it

[Ubuntu-sdk-bugs] [Bug 1322121] Re: pictures taken with flash are almost completely black

2015-05-15 Thread Bill Filler
this happens all the time with Arale ** Summary changed: - [mako] pictures taken with flash are almost completely black + pictures taken with flash are almost completely black ** Changed in: qtubuntu-camera (Ubuntu) Importance: High = Critical ** Changed in: android (Ubuntu) Importance:

[Ubuntu-sdk-bugs] [Bug 1466222] Re: Popover loosing anchor when expanding/collapsing keyboard

2015-06-18 Thread Bill Filler
this is a critical issue for us as it affects the bookmarks folder we are trying to land for browser ** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Milestone: None = ww28-2015 ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1485222] Re: Using ContentStore disables silently any StateSaver capability

2015-08-23 Thread Bill Filler
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Milestone: None = ww40-2015 ** Changed in: canonical-devices-system-image Assignee: (unassigned) = Bill Filler (bfiller) ** Changed in: canonical

[Ubuntu-sdk-bugs] [Bug 1467851] Re: Remove warning on deprecated theme for versions 1.3

2015-08-24 Thread Bill Filler
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Milestone: None = ww34-2015 ** Changed in: canonical-devices-system-image Assignee: (unassigned) = Zoltan Balogh (bzoltan) ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1457528] Re: Theme.createStyleComponent deprecation useless warnings are displayed

2015-08-24 Thread Bill Filler
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Milestone: None = ww34-2015 ** Changed in: canonical-devices-system-image Assignee: (unassigned) = Zoltan Balogh (bzoltan) ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1472959] Re: Ubuntu Components 1.2 gives wrong deprecation warnings

2015-08-24 Thread Bill Filler
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Milestone: None = ww34-2015 ** Changed in: canonical-devices-system-image Assignee: (unassigned) = Zoltan Balogh (bzoltan) ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1469208] Re: Recurrence test fails with e-d-s 3.16

2015-07-13 Thread Bill Filler
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Milestone: None = ww34-2015 ** Changed in: canonical-devices-system-image Assignee: (unassigned) = Bill Filler (bfiller) ** Changed in: canonical

[Ubuntu-sdk-bugs] [Bug 1514856] Re: Receiving "Ambiguous shortcut" even when action is not in use

2015-11-10 Thread Bill Filler
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Milestone: None => ww02-2016 ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Zoltan Balogh (bzoltan) ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1514860] Re: OptionSelector does not work with keyboard

2015-11-10 Thread Bill Filler
** 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 => ww02-2016 ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1514822] Re: activeFocusOnTab is not accessible

2015-11-10 Thread Bill Filler
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Milestone: None => ww02-2016 ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Zoltan Balogh (bzoltan) ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1514928] Re: ListItem outside ListView segfaults

2015-11-10 Thread Bill Filler
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Milestone: None => ww02-2016 ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Zoltan Balogh (bzoltan) ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1511839] Re: On dynamically created pages, head.sections.selectedIndex can't be set to -1

2015-10-30 Thread Bill Filler
** 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 => ww46-2015 ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1517612] Re: Page.head.sections selects the first item even though selectedIndex is -1

2015-11-18 Thread Bill Filler
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Milestone: None => ww02-2016 ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Zoltan Balogh (bzoltan) ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1517614] Re: Page.head.sections.selectedIndex binding of values is broken

2015-11-18 Thread Bill Filler
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High ** Changed in: canonical-devices-system-image Importance: Undecided => High ** Changed in: canonical-devices-system-image

[Ubuntu-sdk-bugs] [Bug 1496468] Re: ListItem doesn't emit onClicked after user has swiped to leading item and back

2015-09-16 Thread Bill Filler
this is affecting the new browser downloads page and other apps ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High ** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Milestone:

[Ubuntu-sdk-bugs] [Bug 1499174] Re: AdaptivePageLayout should load URL pages fully asynchronous

2015-09-25 Thread Bill Filler
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Milestone: None => ww40-2015 ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Zoltan Balogh (bzoltan) ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1486008] Re: [sdk] leading actions width is too small making it very difficult to press

2015-09-18 Thread Bill Filler
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Milestone: None => ww40-2015 ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Zoltan Balogh (bzoltan) ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1518420] Re: There is no way to unset action 'shortcut' property

2015-12-08 Thread Bill Filler
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Milestone: None => ww02-2016 ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Zoltan Balogh (bzoltan) ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1524407] Re: Bottom edge is crashing

2015-12-09 Thread Bill Filler
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: High => Critical ** Also affects: canonical-devices-system-image

[Ubuntu-sdk-bugs] [Bug 1523722] Re: Crash when deleting QMediaPlayer instance

2016-01-05 Thread Bill Filler
** Changed in: qtubuntu-media (Ubuntu) Importance: Undecided => High ** Changed in: canonical-devices-system-image Assignee: Bill Filler (bfiller) => John McAleely (john.mcaleely) ** Also affects: media-hub (Ubuntu) Importance: Undecided Status: New ** Changed in: med

[Ubuntu-sdk-bugs] [Bug 1513933] Re: Page.head.sections.selectedIndex does not reset when changing model

2015-11-23 Thread Bill Filler
** 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 Importance: Undecided => High ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1544052] Re: Page header: Wrong actions moved to burger menu

2016-02-10 Thread Bill Filler
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zoltan Balogh (bzoltan) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High ** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1545118] [NEW] can't easily grab scrollbar with mouse if dual column

2016-02-12 Thread Bill Filler
Public bug reported: If you have an app that uses AdaptivePageLayout and supports 2 columns, if there is a scrollbar in the first column, it's very difficult to grab it with your mouse because when you get close to it, you get the horizontal arrows showing to allow resizing of the panels in the

[Ubuntu-sdk-bugs] [Bug 1540454] [NEW] support using a pre-loaded page in BottomEdge component

2016-02-01 Thread Bill Filler
Public bug reported: For performance reasons, an app should be able to pass a preloaded Page object to the BottomEdge component such that it can be rendered immediately (still async) without delay. Currently no such API exists and apps like messaging-app and address-book-app that have very

[Ubuntu-sdk-bugs] [Bug 1539621] Re: Add an option to cancel pending snooze

2016-01-31 Thread Bill Filler
** Also affects: qtorganizer5-eds (Ubuntu) Importance: Undecided Status: New ** Changed in: qtorganizer5-eds (Ubuntu) Importance: Undecided => High ** Changed in: qtorganizer5-eds (Ubuntu) Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho) ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1539621] Re: Add an option to cancel pending snooze

2016-02-24 Thread Bill Filler
in: canonical-devices-system-image Assignee: Bill Filler (bfiller) => Alejandro J. Cura (alecu) ** Changed in: ubuntu-clock-app Status: Confirmed => Invalid ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Invalid ** Changed in: unity8 (Ubuntu) Status:

[Ubuntu-sdk-bugs] [Bug 1536669] Re: "BottomEdge" component does not support automatic mouse detection

2016-01-21 Thread Bill Filler
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Milestone: None => ww08-2016 ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Zoltan Balogh (bzoltan) ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1438072] Re: QCameraInfo::availableCameras() returns empty list on qtubuntu, works on xcb

2016-01-23 Thread Bill Filler
evices-system-image Assignee: (unassigned) => Bill Filler (bfiller) ** Changed in: canonical-devices-system-image Importance: Undecided => Medium ** Changed in: qtubuntu-camera Importance: High => Medium -- You received this bug notification because you are a member of

[Ubuntu-sdk-bugs] [Bug 1542098] Re: remove vertical separator in Bluetooth panel

2016-02-12 Thread Bill Filler
** Changed in: canonical-devices-system-image Status: New => Won't Fix -- 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/1542098 Title: remove vertical separator

[Ubuntu-sdk-bugs] [Bug 1557707] Re: [Sections] selectedIndex binding is broken if the model changes

2016-03-15 Thread Bill Filler
** 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 ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1373945] Re: There is no way to set default calendar, it always takes Personal

2016-03-18 Thread Bill Filler
There was a problem with this, it's not working correctly. Working on a fix. ** Changed in: qtorganizer5-eds (Ubuntu) Status: Fix Released => In Progress ** Changed in: canonical-devices-system-image Status: Fix Committed => In Progress -- You received this bug notification

[Ubuntu-sdk-bugs] [Bug 1551961] Re: Wrong time in repeating events with daylight saving

2016-03-18 Thread Bill Filler
going to try to still fix in ota10, but doesn't appear it's related to all the recurrence stuff we are in the process of fixing. Seems a problem in qtorganizer-eds getting confused with the timezones and DST. ** Changed in: ubuntu-calendar-app Milestone: 0.6 => 0.5 ** Also affects:

[Ubuntu-sdk-bugs] [Bug 1470583] Re: Phone notifies me of calendar events multiple times.

2016-03-08 Thread Bill Filler
** No longer affects: unity-notifications (Ubuntu RTM) ** Also affects: indicator-datetime (Ubuntu) Importance: Undecided Status: New ** Also affects: qtorganizer5-eds (Ubuntu) Importance: Undecided Status: New ** Changed in: qtorganizer5-eds (Ubuntu) Assignee:

[Ubuntu-sdk-bugs] [Bug 1544745] Re: Adaptive does not destroy all stacked pages on 'addPageToNextColumn'

2016-03-03 Thread Bill Filler
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Milestone: None => ww08-2016 ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Zoltan Balogh (bzoltan) ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1300210] Re: Google calendar events with video don't show link in event

2016-03-07 Thread Bill Filler
two things need to happen: 1) make sure the field gets synced via syncevolution 2) provide a field in the ui to display it, possibly in an "other" or generic place to display fields that might not always be relevant? ** Changed in: ubuntu-calendar-app Status: Incomplete => Confirmed **

[Ubuntu-sdk-bugs] [Bug 1599184] Re: When switching to 2-column landscape mode, current conversations are closed

2016-07-18 Thread Bill Filler
** Changed in: messaging-app (Ubuntu) Importance: Undecided => High ** Also affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a

[Ubuntu-sdk-bugs] [Bug 1521518] Re: No way to invoke OSK when a hardware keyboard is connected

2017-02-13 Thread Bill Filler
Short term solution will be to add a setting to system-settings and launguage indicator to show the OSK. @saviq, @elleo please agree on the setting so we can get started on the u-s-s piece ** Changed in: unity8 (Ubuntu) Importance: Undecided => High ** Changed in: unity8 (Ubuntu)

[Ubuntu-sdk-bugs] [Bug 1655166] Re: [PageStack] Inactive pages should not receive keyboard events

2017-01-17 Thread Bill Filler
@boiko Can you please provide an example to show the problem? ** Also affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New ** No longer affects: ubuntu-ui-toolkit (Ubuntu RTM) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium -- You

[Ubuntu-sdk-bugs] [Bug 1536669] Re: "BottomEdge" component does not support automatic mouse detection

2016-11-29 Thread Bill Filler
** Changed in: canonical-devices-system-image Milestone: backlog => p1 -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtsystems-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1536669 Title: "BottomEdge"

[Ubuntu-sdk-bugs] [Bug 1670715] Re: Last browser tab not fully displayed at app startup despite being current

2017-03-31 Thread Bill Filler
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Milestone: None => u8c-2 ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Bill Filler (bfiller) ** Changed in: can