touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #19858
[Bug 1328839] Re: The top panel is not restored after toggling full screen off
The start of the problem is in platform API, where there is no way to
requestleaving fullscreen!
** Also affects: platform-api (Ubuntu)
Importance: Undecided
Status: New
** Changed in: qtmir
Status: Confirmed => In Progress
** Changed in: platform-api (Ubuntu)
Status: New => In Progress
** Changed in: unity8 (Ubuntu)
Status: New => In Progress
** Also affects: qtubuntu (Ubuntu)
Importance: Undecided
Status: New
** Changed in: qtubuntu (Ubuntu)
Status: New => In Progress
** Changed in: qtubuntu (Ubuntu)
Assignee: (unassigned) => Robert Carr (robertcarr)
** Changed in: platform-api (Ubuntu)
Assignee: (unassigned) => Robert Carr (robertcarr)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to platform-api in Ubuntu.
https://bugs.launchpad.net/bugs/1328839
Title:
The top panel is not restored after toggling full screen off
Status in Qt integration with the Mir display server:
In Progress
Status in “platform-api” package in Ubuntu:
In Progress
Status in “qtubuntu” package in Ubuntu:
In Progress
Status in “unity8” package in Ubuntu:
In Progress
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/qtmir/+bug/1328839/+subscriptions