https://bugs.documentfoundation.org/show_bug.cgi?id=119957
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] |desktop.org | Status|NEW |ASSIGNED CC| |[email protected] --- Comment #3 from Justin L <[email protected]> --- from bug 113785 comment 3, we have attachment 137778 to test with. 1- filter the "Data-2" to "test1" 2- Put with mousepointer on "C11" on the lower right edge and pull it up to "C5". 3- turn off the filter. All of the hidden lines are now blank. They should have been unaffected. Note that in the bPositive direction, this problem is not seen. The problem is crazy simple. IsDataFiltered is returning FALSE, because the range provided to the function is not normalized in the negative direction. And so if (!IsDataFiltered) DeleteArea() // erase everything. Ouch. See proposed fix at http://gerrit.libreoffice.org/c/core/+/129735 -- You are receiving this mail because: You are the assignee for the bug.
