[Libreoffice-bugs] [Bug 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.documentfoundation.org/show_bug.cgi?id=50640 Julien Nabet changed: What|Removed |Added Keywords|want-backtrace | --- Comment #16 from Julien Nabet --- cleanup keywords -- 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.documentfoundation.org/show_bug.cgi?id=50640 Commit Notification changed: What|Removed |Added Whiteboard| target:4.5.0 | target:4.5.0 target:4.4.1 -- 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.documentfoundation.org/show_bug.cgi?id=50640 --- Comment #15 from Commit Notification --- Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-4-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=f2ba2d26252a2f4f76140bda71c9084e3d537a98&h=libreoffice-4-4 Resolves: tdf#50640 make sure we don't move away from the current field It will be available in 4.4.1. 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.documentfoundation.org/show_bug.cgi?id=50640 Caolán McNamara changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--- |FIXED -- 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.documentfoundation.org/show_bug.cgi?id=50640 --- Comment #14 from Commit Notification --- Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=d04540a55f533279d2b404223cc625fa251a6ea2 Resolves: fdo#50640 make sure we don't move away from the current field It will be available in 4.5.0. 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.documentfoundation.org/show_bug.cgi?id=50640 --- Comment #13 from Commit Notification --- Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=e9de80aa82815e823272a1d18887f8ac6a6f7880 Related: fdo#50640 allow the cursor to enter empty vertical input fields It will be available in 4.5.0. 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.documentfoundation.org/show_bug.cgi?id=50640 Commit Notification changed: What|Removed |Added Whiteboard|| target:4.5.0 -- 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.documentfoundation.org/show_bug.cgi?id=50640 --- Comment #12 from Caolán McNamara --- And the reason it doesn't correspond after expanding the selection is SwCursor::IsSelOvr which sees a 0 height layout frame for that input field and assumes that it should skip over it as an invalid place to put the cursor. -- 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.documentfoundation.org/show_bug.cgi?id=50640 Caolán McNamara changed: What|Removed |Added Status|NEW |ASSIGNED QA Contact|qa-ad...@libreoffice.org|caol...@redhat.com --- Comment #11 from Caolán McNamara --- Calling GetCurFld() updates the field from the selection. In NextPrevHdl if the selection is empty then *after* calling GetCurFld the selection is expanded to 1 char, calling GetCurFld after this doesn't necessarily return the same thing as it did before expanding the selection -- 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.documentfoundation.org/show_bug.cgi?id=50640 --- Comment #10 from Timur --- OK, done under 5 minutes, I hope it's acceptable :) -- 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.documentfoundation.org/show_bug.cgi?id=50640 Timur changed: What|Removed |Added Keywords||have-backtrace -- 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.documentfoundation.org/show_bug.cgi?id=50640 --- Comment #9 from Timur --- Created attachment 112813 --> https://bugs.documentfoundation.org/attachment.cgi?id=112813&action=edit Timur's koverta from Comment 7 - backtrace.txt -- 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.documentfoundation.org/show_bug.cgi?id=50640 Joel Madero changed: What|Removed |Added Priority|medium |high -- 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.documentfoundation.org/show_bug.cgi?id=50640 Joel Madero changed: What|Removed |Added Keywords||want-backtrace CC||jmadero@gmail.com --- Comment #8 from Joel Madero --- Would be good to get a backtrace on this: https://wiki.documentfoundation.org/Development/How_to_debug -- 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.documentfoundation.org/show_bug.cgi?id=50640 Timur changed: What|Removed |Added Version|3.6.0.0.alpha1 |Inherited From OOo -- 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.documentfoundation.org/show_bug.cgi?id=50640 Timur changed: What|Removed |Added OS|Linux (All) |All -- 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.documentfoundation.org/show_bug.cgi?id=50640 Timur changed: What|Removed |Added Status|REOPENED|NEW -- 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.documentfoundation.org/show_bug.cgi?id=50640 --- Comment #7 from Timur --- Created attachment 112812 --> https://bugs.documentfoundation.org/attachment.cgi?id=112812&action=edit Third example for crash on browsing Fields via Edit Fields I add a third example for crash on browsing Fields via Edit Fields: 1. turn on View-Field Shadings 2. click on some of the grayed fields 3. now that Edit-Fields is enabled, open it 4. in the Edit Fields dialog, browse with right arrow till the end 5. LO Writer crashes Fields do not have to be hidden, and this one seems easier to reproduce. -- 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.documentfoundation.org/show_bug.cgi?id=50640 Timur changed: What|Removed |Added CC||gti...@gmail.com --- Comment #6 from Timur --- Created attachment 112811 --> https://bugs.documentfoundation.org/attachment.cgi?id=112811&action=edit Leif's BrevSkabelon from Comment 0 - backtrace.txt I can reproduce Leif's example with attachment 62451: 1. turn on View-Field Shadings and View-Field Names 2. click within the first of the 4 Hidden Paragraph fields (in the frame) 3. now that Edit-Fields is enabled, open it 4. in the Edit Fields dialog, browse with right arrow till the end 5. LO Writer crashes Tested with Lo 4.3.5 and 4.4.0.2. Set as "inherited" and Reopened. Please set as New. -- 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.documentfoundation.org/show_bug.cgi?id=50640 Timur changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID |--- -- 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.documentfoundation.org/show_bug.cgi?id=50640 Timur changed: What|Removed |Added See Also||https://bugs.documentfounda ||tion.org/show_bug.cgi?id=68 ||137 -- 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.freedesktop.org/show_bug.cgi?id=50640 QA Administrators changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|--- |INVALID --- Comment #5 from QA Administrators --- Dear Bug Submitter, Please read this message in its entirety before proceeding. Your bug report is being closed as INVALID due to inactivity and a lack of information which is needed in order to accurately reproduce and confirm the problem. We encourage you to retest your bug against the latest release. If the issue is still present in the latest stable release, we need the following information (please ignore any that you've already provided): a) Provide details of your system including your operating system and the latest version of LibreOffice that you have confirmed the bug to be present b) Provide easy to reproduce steps – the simpler the better c) Provide any test case(s) which will help us confirm the problem d) Provide screenshots of the problem if you think it might help e) Read all comments and provide any requested information Once all of this is done, please set the bug back to UNCONFIRMED and we will attempt to reproduce the issue. Please do not: a) respond via email b) update the version field in the bug or any of the other details on the top section of FDO -- 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.freedesktop.org/show_bug.cgi?id=50640 QA Administrators changed: What|Removed |Added QA Contact||qa-ad...@libreoffice.org --- Comment #4 from QA Administrators --- Dear Bug Submitter, This bug has been in NEEDINFO status with no change for at least 6 months. Please provide the requested information as soon as possible and mark the bug as UNCONFIRMED. Due to regular bug tracker maintenance, if the bug is still in NEEDINFO status with no change in 30 days the QA team will close the bug as INVALID due to lack of needed information. For more information about our NEEDINFO policy please read the wiki located here: https://wiki.documentfoundation.org/QA/FDO/NEEDINFO If you have already provided the requested information, please mark the bug as UNCONFIRMED so that the QA team knows that the bug is ready to be confirmed. Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team -- 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.freedesktop.org/show_bug.cgi?id=50640 --- Comment #3 from Leif Lodahl 2012-06-04 09:00:09 PDT --- It is difficult to catch the fields inside a text frame. Here is another example attached. And yes it's the hide paragraph with condition Fieldname=="" ;-) The problem is - I think - to jump to a field that is hidden. (Remember the problem is only when hidden paragraphs are actually hidden). I can reproduce also in 3.5.4 (Linux) -- 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.freedesktop.org/show_bug.cgi?id=50640 --- Comment #2 from Leif Lodahl 2012-06-04 08:56:56 PDT --- Created attachment 62520 --> https://bugs.freedesktop.org/attachment.cgi?id=62520 Another example -- 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 50640] CRASH when EDITING hidden paragraphs fields
https://bugs.freedesktop.org/show_bug.cgi?id=50640 Rainer Bielefeld changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO Severity|normal |major CC||LibreOffice@bielefeldundbus ||s.de Ever Confirmed|0 |1 Summary|LibreOffice crashes when|CRASH when EDITING hidden |editing hidden paragraphs |paragraphs fields |fields | --- Comment #1 from Rainer Bielefeld 2012-06-04 08:07:11 PDT --- We talk about those 'Kundenavn==""' fields I reach after 'rightclick -> Field...'? NOT reproducible with "LibreOffice 3.6.0alpha1 German UI/Locale [Build-ID: 66f01b5] on German WIN7 Home Premium (64bit) Linux related, additional conditions for CRASH required or do I understand something wrong? Additionally I have really big problems to hit the fields, I have to do some "show fieldnames on/of and similar things before I get a field, ma be afterwards no crash can happen? @Leif What else than LibO should crash? ;-) Is the problem related to fields in frame in page heading or reproducible anywhere on a page? -- 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