[Libreoffice-bugs] [Bug 61781] Error bars of charts created via cell range in Calc are lost after saving and reopening

2013-03-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61781

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard|target:4.1.0|target:4.1.0 target:4.0.2

--- Comment #7 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Markus Mohrhard committed a patch related to this issue.
It has been pushed to libreoffice-4-0:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=529172124be1bfcb55fca1e7be3317efa3ba0cfeh=libreoffice-4-0

make all chart ranges explicitly 3D refs during import/export, fdo#61781


It will be available in LibreOffice 4.0.2.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61781] Error bars of charts created via cell range in Calc are lost after saving and reopening

2013-03-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61781

--- Comment #8 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Markus Mohrhard committed a patch related to this issue.
It has been pushed to libreoffice-4-0:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=5a1c73cbf18ae5398f736d54224622b86a9bfd54h=libreoffice-4-0

prevent non-3D refs from being accepted in chart2, related fdo#61781


It will be available in LibreOffice 4.0.2.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61781] Error bars of charts created via cell range in Calc are lost after saving and reopening

2013-03-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61781

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||joren.libreoffice@telenet.b
   ||e
 Ever confirmed|0   |1

--- Comment #9 from Jorendc joren.libreoff...@telenet.be ---
Based upon the commits and comment of Markus, I remove this from our
UNCONFIRMED list and mark this as NEW.

@Markus: this is RESOLVED FIXED by those commits?

kind regards,
Joren

-- 
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 61781] Error bars of charts created via cell range in Calc are lost after saving and reopening

2013-03-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61781

Markus Mohrhard markus.mohrh...@googlemail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |markus.mohrhard@googlemail.
   |desktop.org |com

--- Comment #10 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Yes, non-3D references won't work anymore in chart2 now. I'm working on an
experimental patch to fix all the issues around non-3D refs but this will take
me some time and might actually never be in a working state.

For now I think beginning with 4.0.2 all the problems around invalid references
should be gone and we reject them when you use them.

-- 
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 61781] Error bars of charts created via cell range in Calc are lost after saving and reopening

2013-03-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61781

--- Comment #3 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Ok, so the error here is that you used D7:D8 and that we accept it. Currently
we can't support non 3D references in chart2.

You'll notice that it fails when you use it in a sheet that is not in the
beginning. So if you use it in sheet2 it D7:D8 will reference sheet1 and not
sheet2.

-- 
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 61781] Error bars of charts created via cell range in Calc are lost after saving and reopening

2013-03-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61781

--- Comment #4 from John Kuang xiphosu...@gmail.com ---
(In reply to comment #3)
 Ok, so the error here is that you used D7:D8 and that we accept it.
 Currently we can't support non 3D references in chart2.
 
 You'll notice that it fails when you use it in a sheet that is not in the
 beginning. So if you use it in sheet2 it D7:D8 will reference sheet1 and not
 sheet2.

I see. Since you have fixed the select data range (Bug 60253), it is very
unlikely that users will type in a 2D reference anymore. So this bug will
seldom be encountered. Thanks for looking into it!

-- 
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 61781] Error bars of charts created via cell range in Calc are lost after saving and reopening

2013-03-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61781

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard||target:4.1.0

--- Comment #5 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Markus Mohrhard committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=a26217815d4e69ec2485c370dfef0fbb41d6c8ab

make all chart ranges explicitly 3D refs during import/export, fdo#61781



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61781] Error bars of charts created via cell range in Calc are lost after saving and reopening

2013-03-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61781

--- Comment #6 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Markus Mohrhard committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=47ec29ae934c82a58436bca057503568e907

prevent non-3D refs from being accepted in chart2, related fdo#61781



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 61781] Error bars of charts created via cell range in Calc are lost after saving and reopening

2013-03-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61781

John Kuang xiphosu...@gmail.com changed:

   What|Removed |Added

  Attachment #75882|0   |1
is obsolete||

--- Comment #1 from John Kuang xiphosu...@gmail.com ---
Created attachment 75883
  -- https://bugs.freedesktop.org/attachment.cgi?id=75883action=edit
test doc saved with Y-error bars visible

-- 
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 61781] Error bars of charts created via cell range in Calc are lost after saving and reopening

2013-03-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61781

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 CC||jmadero@gmail.com,
   ||markus.mohrhard@googlemail.
   ||com

--- Comment #2 from Joel Madero jmadero@gmail.com ---
Markus - looking for your input, should this just be marked as a dupe of the
other two bugs that John has reported as they seem to have a similar root
cause?

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