ubuntu-apps-bugs team mailing list archive
-
ubuntu-apps-bugs team
-
Mailing list archive
-
Message #01446
[Bug 1328839] Re: Toggling fullscreen causes wrong window behaviour
This bug was fixed in the package webbrowser-app -
0.23+14.10.20140620-0ubuntu1
---------------
webbrowser-app (0.23+14.10.20140620-0ubuntu1) utopic; urgency=low
[ Olivier Tilloy ]
* Re-enable the geolocation permission request dialog, now that it is
implemented in oxide. Fix it in the webkit-based webapp container.
(LP: #1182658)
* Temporarily work around bug #1328839 in qtubuntu by not toggling
fullscreen on the window on devices. Once the Qt compositor work
lands (scheduled for mid July), the bug should be resolved and this
workaround can be removed. (LP: #1328839)
-- Ubuntu daily release <ps-jenkins@xxxxxxxxxxxxxxxxxxx> Fri, 20 Jun 2014 09:27:06 +0000
** Changed in: webbrowser-app (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1328839
Title:
Toggling fullscreen causes wrong window behaviour
Status in QT Ubuntu:
New
Status in The Unity 8 shell:
New
Status in “webbrowser-app” package in Ubuntu:
Fix Released
Bug description:
I’m implementing fullscreen mode for the browser application, and I’m
seeing two issues, which can be reliably reproduced with the following
piece of QML:
import QtQuick 2.0
import QtQuick.Window 2.1
import Ubuntu.Components 0.1
Window {
id: window
Button {
anchors.centerIn: parent
text: "toggle fullscreen"
onClicked: window.visibility = (window.visibility == Window.FullScreen ? Window.AutomaticVisibility : Window.FullScreen)
}
}
Issue #1: when toggling fullscreen on, the top panel is hidden as
expected, and consequently the coordinates of the window change on
screen, but the contents of the window are not redrawn, so in the
example above tapping the button has no effect (one needs to tap
slightly above it to activate it)
Issue #2: when toggling fullscreen off, the top panel is not restored.
To manage notifications about this bug go to:
https://bugs.launchpad.net/qtubuntu/+bug/1328839/+subscriptions