[Libreoffice-bugs] [Bug 82942] EDITING: First line of address field (in OTT) loses characters after filling out subsequent fields

2015-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82942

Caolán McNamara caol...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |

--- Comment #14 from Caolán McNamara caol...@redhat.com ---
oh for the love of...

-- 
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 82942] EDITING: First line of address field (in OTT) loses characters after filling out subsequent fields

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82942

--- Comment #12 from Caolán McNamara caol...@redhat.com ---
I think these cursed annotations have their GetStart at the wrong place for
some unknown reason, the value is *3* for the placeholder anchor when I paste
123 Some Street
Suburb 1234
City
State
Country in there, which is why when the placeholder is removed it removes the
char at index 3 on each iteration.

-- 
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 82942] EDITING: First line of address field (in OTT) loses characters after filling out subsequent fields

2015-01-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82942

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

 CC||r.kie...@a2000elektronik.de

--- Comment #13 from Matthew Francis fdb...@neosheffield.co.uk ---
*** Bug 86695 has been marked as a duplicate of this bug. ***

-- 
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 82942] EDITING: First line of address field (in OTT) loses characters after filling out subsequent fields

2015-01-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82942

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

   What|Removed |Added

 Whiteboard|BSA bibisected  |BSA bibisected 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 82942] EDITING: First line of address field (in OTT) loses characters after filling out subsequent fields

2015-01-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82942

--- Comment #10 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Caolán McNamara committed a patch related to this issue.
It has been pushed to master:

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

Related: tdf#82942 multiple crashes on changing text in SwInputFields

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 82942] EDITING: First line of address field (in OTT) loses characters after filling out subsequent fields

2015-01-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82942

--- Comment #11 from Caolán McNamara caol...@redhat.com ---
That fixes Comment #6 anyway

-- 
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 82942] EDITING: First line of address field (in OTT) loses characters after filling out subsequent fields

2015-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82942

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

   What|Removed |Added

 CC||caol...@redhat.com
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=73
   ||936

--- Comment #8 from Björn Michaelsen bjoern.michael...@canonical.com ---
In the bisect range there are a few commits for fdo#73936 which look somewhat
suspicous. Adding commiter to cc for a look ...

-- 
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 82942] EDITING: First line of address field (in OTT) loses characters after filling out subsequent fields

2015-01-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82942

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

   Keywords||bisected

--- Comment #9 from Matthew Francis fdb...@neosheffield.co.uk ---
The document corruption appears to have started with the below commit.

commit 4e0118aba0d41008c1a31b1cdc7ce7596b894ae2
Author: Caolán McNamara caol...@redhat.com
Date:   Thu Mar 27 20:22:24 2014 +

Related: fdo#73936 use ModelToViewHelper to expand SwTxtNodes

ModelToViewHelper knows about formfield dropdown lists
so their content gets expanded, which means that
in the spelling dialog the dropdowns get shown and
are detected as fields

Change-Id: If23d44c6189a73d04205816a32e863161f7f38ef

-- 
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 82942] EDITING: First line of address field (in OTT) loses characters after filling out subsequent fields

2015-01-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82942

Michael Weghorn m.wegh...@posteo.de changed:

   What|Removed |Added

 CC||m.wegh...@posteo.de
 Whiteboard|BSA bibisectRequest |BSA bibisected

--- Comment #7 from Michael Weghorn m.wegh...@posteo.de ---
bibisect result:

d888081586d217a52fd06ce89f146aa4080b4ca9 is the first bad commit
commit d888081586d217a52fd06ce89f146aa4080b4ca9
Author: Bjoern Michaelsen bjoern.michael...@canonical.com
Date:   Mon May 12 04:58:36 2014 +

source-hash-722c82b018327c1f9578ddc533ebbb06080848eb

commit 722c82b018327c1f9578ddc533ebbb06080848eb
Author: Caolán McNamara caol...@redhat.com
AuthorDate: Thu Mar 27 11:13:51 2014 +
Commit: Caolán McNamara caol...@redhat.com
CommitDate: Fri Mar 28 09:25:04 2014 +

coverity#735496 Dead default in switch

Change-Id: I5eddf8be2a98aa57fdcdf44d390def6522caa25d

:100644 100644 245538ff99054072c932aa194dae68ad5c41434b
9506902c6a27010b21fa60db2785cf8c6a99663b Mccache.log
:100644 100644 a0716c81ec0b918c246afac6112cd8829e87
f131bc060e8059666f8d7f3d448a0a6b8e1df7e4 Mcommitmsg
:100644 100644 256a6a367d24deef91794bc66fdce53fa8e1d1eb
5db1c1712e795b3ab96960366a53cf84ae3d8bca Mmake.log
:04 04 58bc5af9546ba1b0573ff129f92c7ade81e3e678
6dbe8a26ebf7cb34dc34ce783aa54092c2e9e5ed Mopt


--

# bad: [423a84c4f7068853974887d98442bc2a2d0cc91b]
source-hash-c15927f20d4727c3b8de68497b6949e72f9e6e9e
# good: [c2069a369d738078124812312d51f21ea1ce2421]
source-hash-f160e4935c474a5293b3d3c11b3d538efb4767a0
git bisect start 'last43onmaster' 'last41onmaster'
# good: [33ac6698e6d90d84f99d784b9553ee87eec27d6a]
source-hash-732c0f929fc0229b6da37d4ec4b6de8994fcea46
git bisect good 33ac6698e6d90d84f99d784b9553ee87eec27d6a
# good: [0b79394752f7ecbab6ab4ecedbfab8551c6e9fbd]
source-hash-381613916d42a1e18e2824b5d41028dcfe19659a
git bisect good 0b79394752f7ecbab6ab4ecedbfab8551c6e9fbd
# skip: [d50b7ec6c36fecb4ff94243754027d7c4e63af9e]
source-hash-7328e577e297924ba9cdfc2498f84b1d17d603d4
git bisect skip d50b7ec6c36fecb4ff94243754027d7c4e63af9e
# bad: [882db5e268e28962bdf805c820a5e031b0df9936]
source-hash-383dccc094f8c8c07b4298ce0b7406d18cd61cee
git bisect bad 882db5e268e28962bdf805c820a5e031b0df9936
# bad: [6feabb3ce67846b727583754afd4380ec7d59f13]
source-hash-874a9b46cb54e4c05e262e5d7490790a08ea0c55
git bisect bad 6feabb3ce67846b727583754afd4380ec7d59f13
# skip: [524032d94d92022e87e0add99aea74683da8f368]
source-hash-c7363cb6d1d31f2a7d40a76e62b5934629a1a8a1
git bisect skip 524032d94d92022e87e0add99aea74683da8f368
# skip: [f832455cd2cc194ff04197ef174cb1e658336d18]
source-hash-a79afdaa11a1af26c9404441dcf27ef197e972b2
git bisect skip f832455cd2cc194ff04197ef174cb1e658336d18
# good: [bfba063779a12bca219e4a9fba9bba8b67821ec1]
source-hash-86a32589e90ee983159fb5b2c6a594428ab7d422
git bisect good bfba063779a12bca219e4a9fba9bba8b67821ec1
# skip: [b8faa3ecebb63b814ada4be4917f2ea81f97907d]
source-hash-7a120ad4ac99ac70c35132d12d11d630b92bd846
git bisect skip b8faa3ecebb63b814ada4be4917f2ea81f97907d
# skip: [422186458e0b4db00c7e26b54d5b631f83bcad2a]
source-hash-6948bf58ce181b17f60ef81f10205ef4dac50cc6
git bisect skip 422186458e0b4db00c7e26b54d5b631f83bcad2a
# good: [1b831d02ff29aa5763cf33ae75131f98d882201f]
source-hash-b7c3e851465638d4416ca8837937946353561088
git bisect good 1b831d02ff29aa5763cf33ae75131f98d882201f
# skip: [7ed08df7d4b9b26f20fbd161ef7283e8c5f1e619]
source-hash-82332ee1fc23b6fdccaf92149c0f2fa46fcdc4d6
git bisect skip 7ed08df7d4b9b26f20fbd161ef7283e8c5f1e619
# bad: [02c5cb286868a1a77a92e31cf388eccca7ab8d31]
source-hash-b73b824b8361d5cf38363eab6730e90809f6529e
git bisect bad 02c5cb286868a1a77a92e31cf388eccca7ab8d31
# bad: [5f470f9cc992302f16a0ad8b2680725ad5beec08]
source-hash-7c4783f6a2cb7598ecc48f20379dad9784541d5b
git bisect bad 5f470f9cc992302f16a0ad8b2680725ad5beec08
# bad: [d888081586d217a52fd06ce89f146aa4080b4ca9]
source-hash-722c82b018327c1f9578ddc533ebbb06080848eb
git bisect bad d888081586d217a52fd06ce89f146aa4080b4ca9
# good: [a6c3773eefb6c6ea2e1a8ad980c258c07a1a8e65]
source-hash-4f48dc2f978d36ef9ba08bf828894fa578430fc7
git bisect good a6c3773eefb6c6ea2e1a8ad980c258c07a1a8e65
# first bad commit: [d888081586d217a52fd06ce89f146aa4080b4ca9]
source-hash-722c82b018327c1f9578ddc533ebbb06080848eb

-- 
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 82942] EDITING: First line of address field (in OTT) loses characters after filling out subsequent fields

2015-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82942

--- Comment #6 from Matthew Francis fdb...@neosheffield.co.uk ---
Created attachment 112580
  -- https://bugs.freedesktop.org/attachment.cgi?id=112580action=edit
Linux 4.5 master backtrace

I get the attached backtrace from a dbgutil build of 4.5 master after entering
the first value through the Input Field dialog

-- 
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 82942] EDITING: First line of address field (in OTT) loses characters after filling out subsequent fields

2015-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82942

Matthew Francis fdb...@neosheffield.co.uk 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 82942] EDITING: First line of address field (in OTT) loses characters after filling out subsequent fields

2015-01-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82942

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

   Keywords||regression
 CC||fdb...@neosheffield.co.uk
 Whiteboard|BSA Regression  |BSA bibisectRequest

-- 
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 82942] EDITING: First line of address field (in OTT) loses characters after filling out subsequent fields

2014-08-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82942

--- Comment #5 from Mike Silbermann silbermannm...@yahoo.de ---
... as fields are filled out e.g.,

- completing Empfänger Adresse   displays 12 Some Street
- completing Auftragsnummer  displays 12Some Street
- completing Auftragsbezeichnung displays 12ome Street
- completing Betreff displays 12me Street
- completing Anrede  displays 12e Street
- completing Unterschriftdisplays 12 Street


YES... this is the problem!

-- 
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 82942] EDITING: First line of address field (in OTT) loses characters after filling out subsequent fields

2014-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82942

Owen Genat owen.ge...@gmail.com changed:

   What|Removed |Added

 OS|Windows (All)   |All
 Status|UNCONFIRMED |NEW
 Whiteboard|BSA PossibleRegression  |BSA Regression
Summary|EDITING: field Command  |EDITING: First line of
   ||address field (in OTT)
   ||loses characters after
   ||filling out subsequent
   ||fields
 Ever confirmed|0   |1

--- Comment #4 from Owen Genat owen.ge...@gmail.com ---
Per comment 3 confirmed. Status set to NEW. Summary amended for clarity.
Operating system set to All. Whiteboard changed from PossibleRegression to
Regression.

(In reply to comment #3)
 ... results in the first line of text losing characters after 12

... as fields are filled out e.g.,

- completing Empfänger Adresse   displays 12 Some Street
- completing Auftragsnummer  displays 12Some Street
- completing Auftragsbezeichnung displays 12ome Street
- completing Betreff displays 12me Street
- completing Anrede  displays 12e Street
- completing Unterschriftdisplays 12 Street

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