[Libreoffice-bugs] [Bug 130348] Not the whole sidebar to edit a chart is usable on iOS

2020-03-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130348

Xisco FaulĂ­  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Assignee|libreoffice-b...@lists.free |t...@iki.fi
   |desktop.org |
 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130348] Not the whole sidebar to edit a chart is usable on iOS

2020-03-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130348

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.0.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130348] Not the whole sidebar to edit a chart is usable on iOS

2020-03-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130348

--- Comment #11 from Commit Notification 
 ---
Tor Lillqvist committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/da57c32c5cb27eee38e32d10232b31d459c399df

tdf#130348: Add special case for ChartDeck, too

It will be available in 7.0.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130348] Not the whole sidebar to edit a chart is usable on iOS

2020-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130348

--- Comment #10 from Tor Lillqvist  ---
Fix in https://gerrit.libreoffice.org/c/core/+/89722

It was much more trivial than I had imagined.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130348] Not the whole sidebar to edit a chart is usable on iOS

2020-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130348

--- Comment #9 from Tor Lillqvist  ---
But if I collapse the Elements part, then clicking the listbox in the Area part
*does* go to ImplBtn::MouseButtonDown(). Fun.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130348] Not the whole sidebar to edit a chart is usable on iOS

2020-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130348

--- Comment #8 from Tor Lillqvist  ---
Debugging, the difference if I compare a listbox in the Elements part (which
works) to one in the Area part (which doesn't), is that in
ImplHandleMouseEvent() in vcl/source/window/winproc.cxx, in the working case
the call pChild->MouseButtonDown(aMEvt); goes to ImplBtn::MouseButtonDown() in
vcl/source/control/imp_listbox.cxx, while in the non-working case, it goes to
vcl::Window::MouseButtonDown() in vcl/source/window/mouse.cxx.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130348] Not the whole sidebar to edit a chart is usable on iOS

2020-02-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130348

--- Comment #7 from Tor Lillqvist  ---
Note to self: More code pointers: 
chart2/source/controller/sidebar/ChartAreaPanel.cxx
svx/source/sidebar/area/AreaPropertyPanelBase.cxx

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130348] Not the whole sidebar to edit a chart is usable on iOS

2020-02-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130348

--- Comment #6 from Tor Lillqvist  ---
One apparent red herring that I wasted time on was the "dockable" concept as in
vcl/source/window/dockwin.cxx . I made sure that mbDockable is never set to
true in the comphelper::LibreOfficeKit::isActive() case, but that did not help.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130348] Not the whole sidebar to edit a chart is usable on iOS

2020-02-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130348

--- Comment #5 from Tor Lillqvist  ---
Note to self: Debugging this, now looking at
sfx2::sidebar::SidebarDockingWindow::EventNotify() in
sfx2/source/sidebar/SidebarDockingWindow.cxx

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130348] Not the whole sidebar to edit a chart is usable on iOS

2020-02-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130348

--- Comment #4 from Tor Lillqvist  ---
If I collapse the "Elements" part of the sidebar, and the rest thus moves
upward, then the elements in the rest start reacting to input. That makes me
think that it might be quite easy to fix this, some calculation of what area in
the sidebar should respond to input goes wrong.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130348] Not the whole sidebar to edit a chart is usable on iOS

2020-02-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130348

--- Comment #3 from Tor Lillqvist  ---
The problem can be reproduced, as far as I see, in a web-based Online "make
run", too. (The exact border between which part of the sidebar reacts to input
and which does not is a little different.)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130348] Not the whole sidebar to edit a chart is usable on iOS

2020-02-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130348

--- Comment #2 from Tor Lillqvist  ---
Not to mention that the sidebar is too large to fit on screen. (But it can be
scrolled; not sure if that is good UI, though.)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130348] Not the whole sidebar to edit a chart is usable on iOS

2020-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130348

Nicolas Christener  changed:

   What|Removed |Added

Summary|Not the whole sidebar to|Not the whole sidebar to
   |edit a chart is useable on  |edit a chart is usable on
   |iOS |iOS

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs