[Libreoffice-bugs] [Bug 38541] Performance: do not update a chart during data range modification

2014-06-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38541

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #11 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
Thank you for the reminder :-)

Tested again with LO 4.2.6.0+ and LO 4.3.0.1.0+ under Ubuntu 14.04 x86-64.
- in LO 4.2.6.0+ the diagram is updated when I change the second value of the
data range if I am not fast enough to change the first value after the second
one.
- in LO 4.3.0.1.0+ the diagram is not updated until I click the OK button or I
move to the other tab of the dialog. I did try to change the second data range
value and wait doing nothing, the diagram is not updated. I guess that the
solution proposed by Kohei in comment #7 has been implemented, but I can't be
sure. So closing as WorksForMe.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 38541] Performance: do not update a chart during data range modification

2014-06-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38541

--- Comment #10 from QA Administrators qa-ad...@libreoffice.org ---
Please read this message in its entirety before responding.

Your bug was confirmed at least 1 year ago and has not had any activity on it
for over a year. Your bug is still set to NEW which means that it is open and
confirmed. It would be nice to have the bug confirmed on a newer version than
the version reported in the original report to know that the bug is still
present -- sometimes a bug is inadvertently fixed over time and just never
closed.

If you have time please do the following:
1) Test to see if the bug is still present on a currently supported version of
LibreOffice (preferably 4.2 or newer).
2) If it is present please leave a comment telling us what version of
LibreOffice and your operating system.
3) If it is NOT present please set the bug to RESOLVED-WORKSFORME and leave a
short comment telling us your version and Operating System

Please DO NOT
1) Update the version field
2) Reply via email (please reply directly on the bug tracker)
3) Set the bug to RESOLVED - FIXED (this status has a particular meaning that
is not appropriate in this case)

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 
LibreOffice is powered by a team of volunteers, every bug is confirmed
(triaged) by human beings who mostly give their time for free. We invite you to
join our triaging by checking out this link:
https://wiki.documentfoundation.org/QA/BugTriage

There are also other ways to get involved including with marketing, UX,
documentation, and of course developing - 
http://www.libreoffice.org/get-help/mailing-lists/. 

Lastly, good bug reports help tremendously in making the process go smoother,
please always provide reproducible steps (even if it seems easy) and attach any
and all relevant material

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


[Libreoffice-bugs] [Bug 38541] Performance: do not update a chart during data range modification

2012-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38541

--- Comment #9 from Kohei Yoshida kohei.yosh...@gmail.com 2012-01-12 08:53:41 
PST ---
(In reply to comment #8)
 Hi Kohei,
 
 Thank you for these informations. I can test both options if you explain me
 what to modify in the code. :-)

I appreciate your enthusiasm.  I haven't looked into the chart code yet, so no
pointers at the moment.  But I will.

 Is there a reason to not update the graph only when the user hits the OK
 button?

Because the user wants to be the preview of the graph before committing it. 
That's one of those UI features that we take for granted in modern apps.  So,
we are not going to remove it or else the app would look and feel like a 20th
century app.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 38541] Performance: do not update a chart during data range modification

2012-01-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38541

--- Comment #7 from Kohei Yoshida kohei.yosh...@gmail.com 2012-01-11 08:09:25 
PST ---
One thing we could do is to update when the text box gets de-focused.  Right
now it updates when the user stops typing for a few seconds, which is not that
bad, but sometimes we draw very slow.

Or, we could do a combo.  Re-draw the chart when the text box gets de-focused,
or when the user stops typing but make the wait period longer (say, 10
seconds).

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 38541] Performance: do not update a chart during data range modification

2012-01-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38541

--- Comment #8 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-01-11 
21:23:57 PST ---
Hi Kohei,

Thank you for these informations. I can test both options if you explain me
what to modify in the code. :-)
Is there a reason to not update the graph only when the user hits the OK
button?

Best regards. JBF

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 38541] Performance: do not update a chart during data range modification

2011-12-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38541

Jean-Baptiste Faure jbf.fa...@orange.fr changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #6 from Jean-Baptiste Faure jbf.fa...@orange.fr 2011-12-26 
00:44:54 PST ---
On my new computer the performance problem is not as sensible as it was
previously but chart update is still done before the user validate its changes.
I still consider that as useless and detrimental to small configurations.

Best regards. JBF

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 38541] Performance: do not update a chart during data range modification

2011-12-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38541

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #5 from Björn Michaelsen bjoern.michael...@canonical.com 
2011-12-23 12:27:03 PST ---
[This is an automated message.]
This bug was filed before the changes to Bugzilla on 2011-10-16. Thus it
started right out as NEW without ever being explicitly confirmed. The bug is
changed to state NEEDINFO for this reason. To move this bug from NEEDINFO back
to NEW please check if the bug still persists with the 3.5.0 beta1 or beta2
prereleases.
Details on how to test the 3.5.0 beta1 can be found at:
http://wiki.documentfoundation.org/QA/BugHunting_Session_3.5.0.-1

more detail on this bulk operation:
http://nabble.documentfoundation.org/RFC-Operation-Spamzilla-tp3607474p3607474.html

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs