[Touch-packages] [Bug 1328839] Re: The top panel is not restored after toggling full screen off

2014-10-06 Thread Olivier Tilloy
** Changed in: platform-api (Ubuntu)
   Status: In Progress = Fix Released

** Changed in: qtubuntu (Ubuntu)
   Status: In Progress = Fix Released

-- 
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:
  Fix Released
Status in “qtubuntu” package in Ubuntu:
  Fix Released
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

-- 
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 1328839] Re: The top panel is not restored after toggling full screen off

2014-10-06 Thread Olivier Tilloy
@Kevin: we had a workaround in place in webbrowser-app indeed, but the
bug has now been fixed in platform-api and qtubuntu, so I’ve submitted a
change in webbrowser-app to remove the workaround. With that, I guess
it’s fine if we keep the rtm14 tag.

-- 
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:
  Fix Released
Status in “qtubuntu” package in Ubuntu:
  Fix Released
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

-- 
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 1328839] Re: The top panel is not restored after toggling full screen off

2014-10-06 Thread kevin gunn
** Changed in: unity8 (Ubuntu)
   Status: In Progress = Invalid

** Changed in: qtmir
   Status: In Progress = Invalid

** No longer affects: qtmir

** No longer affects: unity8 (Ubuntu)

-- 
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 “platform-api” package in Ubuntu:
  Fix Released
Status in “qtubuntu” package in Ubuntu:
  Fix Released
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/ubuntu/+source/platform-api/+bug/1328839/+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 1328839] Re: The top panel is not restored after toggling full screen off

2014-10-06 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) = Olivier Tilloy (osomon)

-- 
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 “platform-api” package in Ubuntu:
  Fix Released
Status in “qtubuntu” package in Ubuntu:
  Fix Released
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/ubuntu/+source/platform-api/+bug/1328839/+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 1328839] Re: The top panel is not restored after toggling full screen off

2014-09-23 Thread kevin gunn
@bfiller
currently this bug has a workaround in place it seems.
so is this really rtm14 ??

** Changed in: platform-api (Ubuntu)
   Importance: Undecided = High

** Changed in: qtubuntu (Ubuntu)
   Importance: Undecided = High

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided = High

-- 
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

-- 
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 1328839] Re: The top panel is not restored after toggling full screen off

2014-09-22 Thread Robert Carr
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

-- 
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 1328839] Re: The top panel is not restored after toggling full screen off

2014-09-22 Thread Robert Carr
With https://code.launchpad.net/~mir-team/platform-api/support-state-
changing/+merge/235545 and https://code.launchpad.net/~mir-team/qtubuntu
/support-state-changing/+merge/235546

the example QML snippet functions correctly.

** Branch linked: lp:~mir-team/platform-api/support-state-changing

** Branch linked: lp:~mir-team/qtubuntu/support-state-changing

-- 
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

-- 
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 1328839] Re: The top panel is not restored after toggling full screen off

2014-09-16 Thread kevin gunn
** No longer affects: qtubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app 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:
  Confirmed
Status in “unity8” package in Ubuntu:
  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/qtmir/+bug/1328839/+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 1328839] Re: The top panel is not restored after toggling full screen off

2014-09-16 Thread kevin gunn
** Changed in: qtmir
 Assignee: Daniel d'Andrada (dandrader) = Robert Carr (robertcarr)

** Changed in: unity8 (Ubuntu)
 Assignee: Daniel d'Andrada (dandrader) = Robert Carr (robertcarr)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 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:
  Confirmed
Status in “unity8” package in Ubuntu:
  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/qtmir/+bug/1328839/+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 1328839] Re: The top panel is not restored after toggling full screen off

2014-09-11 Thread kevin gunn
** Tags removed: touch-2014-10-02
** Tags added: touch-2014-10-30

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 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:
  Confirmed
Status in QT Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  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/qtmir/+bug/1328839/+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 1328839] Re: The top panel is not restored after toggling full screen off

2014-09-09 Thread Michał Sawicz
** No longer affects: unity8

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app 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:
  Confirmed
Status in QT Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  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/qtmir/+bug/1328839/+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 1328839] Re: The top panel is not restored after toggling full screen off

2014-09-09 Thread kevin gunn
** Changed in: qtmir
 Assignee: Gerry Boland (gerboland) = Daniel d'Andrada (dandrader)

** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) = Daniel d'Andrada (dandrader)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 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:
  Confirmed
Status in QT Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  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/qtmir/+bug/1328839/+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 1328839] Re: The top panel is not restored after toggling full screen off

2014-09-03 Thread Michał Sawicz
** Changed in: unity8 (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 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:
  Confirmed
Status in QT Ubuntu:
  New
Status in The Unity 8 shell:
  New
Status in “unity8” package in Ubuntu:
  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/qtmir/+bug/1328839/+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 1328839] Re: The top panel is not restored after toggling full screen off

2014-09-02 Thread kevin gunn
** Summary changed:

- Toggling fullscreen causes wrong window behaviour
+ The top panel is not restored after toggling full screen off

** Tags added: touch-2014-10-02

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app 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:
  Confirmed
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/qtmir/+bug/1328839/+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