[Libreoffice-bugs] [Bug 96682] Summary of multiple lines in Simple Chinese

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96682

Kevin Suo  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||suokunl...@126.com
 Ever confirmed|0   |1

--- Comment #1 from Kevin Suo  ---
@Zhou Z.J.:
Please help to check whether this issue still exists in the most recent
libreoffice version. Also please tell the operation system version you used.

Please provide the above information and then set the status back to
UNCONFIRMED.

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


[Libreoffice-commits] online.git: 2 commits - loolwsd/Exceptions.hpp loolwsd/LOOLWSD.cpp

2016-10-17 Thread Tor Lillqvist
 loolwsd/Exceptions.hpp |6 ++
 loolwsd/LOOLWSD.cpp|   14 +++---
 2 files changed, 13 insertions(+), 7 deletions(-)

New commits:
commit b02a917f0a6b7e6f12ea312a2624c8556b268a05
Author: Tor Lillqvist 
Date:   Tue Oct 18 08:32:18 2016 +0300

Introduce LoolException::toString() to avoid a few std::string casts

Also consistently cast the call of std::exception::what() and not a
string literal being conatenated with that.

diff --git a/loolwsd/Exceptions.hpp b/loolwsd/Exceptions.hpp
index b9839c8..de5fcaa 100644
--- a/loolwsd/Exceptions.hpp
+++ b/loolwsd/Exceptions.hpp
@@ -17,6 +17,12 @@
 // Generic LOOL errors and base for others.
 class LoolException : public std::runtime_error
 {
+public:
+std::string toString() const
+{
+return what();
+}
+
 protected:
 using std::runtime_error::runtime_error;
 };
diff --git a/loolwsd/LOOLWSD.cpp b/loolwsd/LOOLWSD.cpp
index 507f6fe..90dba8e 100644
--- a/loolwsd/LOOLWSD.cpp
+++ b/loolwsd/LOOLWSD.cpp
@@ -507,7 +507,7 @@ private:
 }
 catch (const std::exception& ex)
 {
-Log::error(std::string("Failed to get save-as url: ") 
+ ex.what());
+Log::error("Failed to get save-as url: " + 
std::string(ex.what()));
 }
 
 lock.lock();
@@ -1080,7 +1080,7 @@ public:
 catch (const WebSocketErrorMessageException& exc)
 {
 // Internal error that should be passed on to the client.
-
Log::error(std::string("ClientRequestHandler::handleClientRequest: 
WebSocketErrorMessageException: ") + exc.what());
+Log::error("ClientRequestHandler::handleClientRequest: 
WebSocketErrorMessageException: " + exc.toString());
 try
 {
 ws->sendFrame(exc.what(), std::strlen(exc.what()));
@@ -1089,7 +1089,7 @@ public:
 }
 catch (const std::exception& exc2)
 {
-
Log::error(std::string("ClientRequestHandler::handleClientRequest: exception 
while sending WS error message: ") + exc2.what());
+Log::error("ClientRequestHandler::handleClientRequest: 
exception while sending WS error message: " + std::string(exc2.what()));
 }
 }
 }
@@ -1108,17 +1108,17 @@ public:
 }
 catch (const UnauthorizedRequestException& exc)
 {
-Log::error(std::string("ClientRequestHandler::handleClientRequest: 
UnauthorizedException: ") + exc.what());
+Log::error("ClientRequestHandler::handleClientRequest: 
UnauthorizedException: " + exc.toString());
 response.setStatusAndReason(HTTPResponse::HTTP_UNAUTHORIZED);
 }
 catch (const BadRequestException& exc)
 {
-Log::error(std::string("ClientRequestHandler::handleClientRequest: 
BadRequestException: ") + exc.what());
+Log::error("ClientRequestHandler::handleClientRequest: 
BadRequestException: " + exc.toString());
 response.setStatusAndReason(HTTPResponse::HTTP_BAD_REQUEST);
 }
 catch (const std::exception& exc)
 {
-Log::error(std::string("ClientRequestHandler::handleClientRequest: 
Exception: ") + exc.what());
+Log::error("ClientRequestHandler::handleClientRequest: Exception: 
" + std::string(exc.what()));
 
response.setStatusAndReason(HTTPResponse::HTTP_SERVICE_UNAVAILABLE);
 }
 
commit 72133868b58006db1fdd4fc09ee3e850494f83af
Author: Tor Lillqvist 
Date:   Tue Oct 18 08:22:46 2016 +0300

Use correct function name in some log messages

These Log::foo() calls are in ClientRequestHandler::handleClientRequest(),
not in ClientRequestHandler::handleRequest().

Actually I wonder why we show the name of the function in this handful of
places. We don't do it in general. Consistency, bah.

diff --git a/loolwsd/LOOLWSD.cpp b/loolwsd/LOOLWSD.cpp
index 42c605f..507f6fe 100644
--- a/loolwsd/LOOLWSD.cpp
+++ b/loolwsd/LOOLWSD.cpp
@@ -1080,7 +1080,7 @@ public:
 catch (const WebSocketErrorMessageException& exc)
 {
 // Internal error that should be passed on to the client.
-
Log::error(std::string("ClientRequestHandler::handleRequest: 
WebSocketErrorMessageException: ") + exc.what());
+
Log::error(std::string("ClientRequestHandler::handleClientRequest: 
WebSocketErrorMessageException: ") + exc.what());
 try
 {
 ws->sendFrame(exc.what(), std::strlen(exc.what()));
@@ -1089,7 +1089,7 @@ public:
 }
 catch (const std::exception& exc2)
 {
-   

[Libreoffice-bugs] [Bug 101152] Wrong encoding in KDE file picker

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101152

Dietmar  changed:

   What|Removed |Added

   Severity|normal  |minor

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


[Libreoffice-bugs] [Bug 101152] Wrong encoding in KDE file picker

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101152

--- Comment #3 from Dietmar  ---
I have ti check it out on thursday. on my laptop in front of me, i kicked out
openSuse and just use Debian Sid. Here i can't find the option to use natvie
dialogs, with built in dialogs it works like a charm. I see the umlaute and can
open the files. If so on my second computer i close the issue an thursday.

Version: 5.2.2.2.0+
Build-ID: 1:5.2.2~rc2-2
CPU-Threads: 4; BS-Version: Linux 4.7; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE.UTF-8); Calc: group

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


[Libreoffice-commits] online.git: loolwsd/LOOLWSD.cpp

2016-10-17 Thread Tor Lillqvist
 loolwsd/LOOLWSD.cpp |   19 +++
 1 file changed, 19 insertions(+)

New commits:
commit 32b33ee68503b1ff649cced8ffa1ef25fe988e08
Author: Tor Lillqvist 
Date:   Tue Oct 18 08:06:16 2016 +0300

Add logging of NumDocBrokers and the size of the DocBrokers array

I fear they get can out of sync when HTTPCrashTest::killLoKitProcesses()
kills a loolkit process, and this then causes 
HTTPWSError::testMaxDocuments()
to fail. This is to help debugging that.

Haven't fully understood what is going on yet. But one thing is sure:
It is a bad idea to duplicate the same state information in two
places, we shouldn't really use that separate NumDocBrokers
variable.

Probably also NumConnections tracks state that can easily be
calculated from the data structures, but maybe NumConnections does not
that easily get out of sync.

diff --git a/loolwsd/LOOLWSD.cpp b/loolwsd/LOOLWSD.cpp
index 468135c..42c605f 100644
--- a/loolwsd/LOOLWSD.cpp
+++ b/loolwsd/LOOLWSD.cpp
@@ -176,6 +176,19 @@ static int careerSpanSeconds = 0;
 
 namespace {
 
+static void logNumDocBrokers(int lineNo)
+{
+int size = 0;
+int nonEmpty = 0;
+for (auto& i : DocBrokers)
+{
+size++;
+if (i.second->getPublicUri().toString() != "")
+nonEmpty++;
+}
+Log::debug() << "line " << lineNo << ": NumDocBrokers=" << 
LOOLWSD::NumDocBrokers << " size: " << size << " of which non-empty: " << 
nonEmpty << Log::end;
+}
+
 static inline
 void shutdownLimitReached(WebSocket& ws)
 {
@@ -731,13 +744,17 @@ private:
 }
 
 #if MAX_DOCUMENTS > 0
+std::unique_lock DocBrokersLock(DocBrokersMutex);
+logNumDocBrokers(__LINE__);
 if (++LOOLWSD::NumDocBrokers > MAX_DOCUMENTS)
 {
 --LOOLWSD::NumDocBrokers;
 Log::error("Maximum number of open documents reached.");
+logNumDocBrokers(__LINE__);
 shutdownLimitReached(*ws);
 return;
 }
+DocBrokersLock.unlock();
 #endif
 
 // Set one we just created.
@@ -757,6 +774,7 @@ private:
 DocBrokers.erase(docKey);
 #if MAX_DOCUMENTS > 0
 --LOOLWSD::NumDocBrokers;
+logNumDocBrokers(__LINE__);
 #endif
 }
 
@@ -873,6 +891,7 @@ private:
 DocBrokers.erase(docKey);
 #if MAX_DOCUMENTS > 0
 --LOOLWSD::NumDocBrokers;
+logNumDocBrokers(__LINE__);
 #endif
 Log::info("Removing complete doc [" + docKey + "] from 
Admin.");
 Admin::instance().rmDoc(docKey);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 75788] certain inserted images appear black

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75788

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu
  Component|graphics stack  |filters and storage

--- Comment #10 from Aron Budea  ---
The original 879888-byte JPEG is truncated to 57344 bytes upon insertion.

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


[Libreoffice-bugs] [Bug 93328] Editing circular reference causes #VALUE! error

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93328

Aron Budea  changed:

   What|Removed |Added

   Keywords||bisected
 CC||ba...@caesar.elte.hu,
   ||libreoff...@kohei.us

--- Comment #6 from Aron Budea  ---
Adding Cc: to Kohei Yoshida. Please take a look.

This bug began with the following commit:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=3a8f10ddb4bfbbf76590102bbcaa10c9aa2c0af3

"Honor the configuration option in the interpreter.
Change-Id: I686d1f3703cbb122e1b3ed010a727163be2e942a"

Because rConfig.mbEmptyStringAsZero is false, the program gets to
pFormatter->IsNumberFormat(rStr, nFIndex, fValue), which return false for empty
strings.

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


[Libreoffice-bugs] [Bug 90811] Images are not properly placed when viewing attached document

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90811

--- Comment #19 from Rostislav 'R.Yu.' Okulov  ---
(In reply to Xisco Faulí from comment #18)

> Hi raal, Rostislav,
> Thank you for the comments but I'm pretty sure that is not the problematic
> commit.
> First, that commit is in framework, which is not related to the .doc filter,
> and second, as I said in comment 14, the problem isn't systematic, so it
> needs to be tested several times in order to conclude whether it's
> reproducible. I could reproduce it in 4.2.0.0.alpha1+ (around 2013-11-21 )
> and that commit is from 2014-05-13

I do not understand anything now. Take a look at bug
https://bugs.documentfoundation.org/show_bug.cgi?id=87921

it was bibisected by me. Next Matthew Francis bisected it! Did you see?
Bibisected or bisected. And yes commit founded my bibisection is not the last
one.

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


[Libreoffice-bugs] [Bug 103277] writer lost focus ole calc object

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103277

Dan  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-commits] core.git: vcl/unx

2016-10-17 Thread Tor Lillqvist
 vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit e64ea98801d20e5024da900a0ac8faaf565f4bf3
Author: Tor Lillqvist 
Date:   Tue Oct 18 06:22:14 2016 +0300

-Werror,-Wimplicit-fallthrough

Change-Id: I13a6a64f118bcfb99f47cd47a0dc638c5c9a5a14

diff --git a/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx 
b/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx
index 2b3f191..c1cb651 100644
--- a/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx
+++ b/vcl/unx/gtk3/gtk3salnativewidgets-gtk.cxx
@@ -2131,6 +2131,7 @@ bool GtkSalGraphics::drawNativeControl( ControlType 
nType, ControlPart nPart, co
 }
 Rectangle aRect(Point(nX, nY), Size(nWidth, nHeight));
 render_common(mpNotebookHeaderTabsTabStyle, cr, aRect, flags);
+break;
 }
 default:
 break;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 98114] Printing does not honor the orientation in page properties

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98114

lancegr...@yahoo.com changed:

   What|Removed |Added

Version|5.1.0.3 release |5.2.1.2 release

--- Comment #15 from lancegr...@yahoo.com ---
I can confirm this problem with version 5.2.1.2 Running on Linux Mint 18,
printing to an Epson WF-7520.  It does it in all the apps, the only work around
is to export it as pdf and use another program.

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


[Libreoffice-bugs] [Bug 99758] Display glitch in sidebar after saving a document

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99758

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||philip...@hotmail.com
 Ever confirmed|0   |1

--- Comment #4 from Yousuf Philips (jay)  ---
Hi Michael,

Thank you for reporting the bug. Does this issue still continue for you in 5.1
or 5.2? If so, please copy and paste the version and OS information found in
the Help > About dialog.

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


[Libreoffice-bugs] [Bug 99758] Display glitch in sidebar after saving a document

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99758

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||65138


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=65138
[Bug 65138] [META] Sidebar feature related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100578] A vertical frame collapses once saved to a file

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100578

--- Comment #3 from fiftyigfuci_f...@yahoo.co.jp ---
Hi Jay

I recently updated to Version: 5.2.2.2 Build ID: 1:5.2.2-0ubuntu1 (due to
update to Ubuntu  16.10)
Then this bug has just disappeared.
Should I close this bug?

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


[Libreoffice-bugs] [Bug 65138] [META] Sidebar feature related issues

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65138

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||99758


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99758
[Bug 99758] Display glitch in sidebar after saving a document
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 91310] [META] Fallout from VclPtr merge

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91310

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||99612


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99612
[Bug 99612] Loss of all images
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 99612] Loss of all images

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99612

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||philip...@hotmail.com
 Blocks||91310
 Ever confirmed|0   |1

--- Comment #4 from Yousuf Philips (jay)  ---
@Meeks, @Julien: Setting this to NEEDINFO so its no longer unconfirmed, so
please close if needed.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=91310
[Bug 91310] [META] Fallout from VclPtr merge
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 102862] Margins of exported PDF are wrong

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102862

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||philip...@hotmail.com
  Component|Writer  |Printing and PDF export
 Ever confirmed|0   |1

--- Comment #4 from Yousuf Philips (jay)  ---
Hi Ophir,

Thank you for reporting the bug. Can you provide more information on this
issue?

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


[Libreoffice-bugs] [Bug 102946] [META] Styles bugs and enhancements

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102946

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||103098


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103098
[Bug 103098] Applying a style after copy & paste maxes CPU core to 100%
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103098] Applying a style after copy & paste maxes CPU core to 100%

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103098

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Version|5.2.1.2 release |Inherited From OOo
   Keywords||perf
   Hardware|x86-64 (AMD64)  |All
 CC||michael.me...@collabora.com
   ||, momonas...@gmail.com,
   ||philip...@hotmail.com,
   ||serval2...@yahoo.fr
 Blocks||102946
 Ever confirmed|0   |1
Summary|Reproducible 100% CPU   |Applying a style after copy
   |Writer hang after   |& paste maxes CPU core to
   |misbehaving copy + paste|100%

--- Comment #4 from Yousuf Philips (jay)  ---
Confirmed.

@Meeks, @Maxim: Is a trace needed for this?

Version: 5.3.0.0.alpha0+
Build ID: 45a7137c6796f33fbf5b8f7cb64e293260d991cb
CPU Threads: 2; OS Version: Linux 3.19; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-10-13_23:38:06
Locale: en-US (en_US.UTF-8); Calc: group


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102946
[Bug 102946] [META] Styles bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103303] [META] Desktop integration bugs and enhancements

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103303

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 99062] BackGround color is expanding above or below the BG color chosen for the preceding line

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99062

Yousuf Philips (jay)  changed:

   What|Removed |Added

   Keywords|needsDevAdvice  |
 Status|UNCONFIRMED |RESOLVED
 CC||philip...@hotmail.com
 Blocks||103305
 Resolution|--- |WORKSFORME

--- Comment #5 from Yousuf Philips (jay)  ---
Any inserted frame has no background color assigned to it. Simply going into
Area tab of Insert > Frame Frame or Format > Frame and Object > Properties and
set the fill color from None to Color and selecting a color.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103305
[Bug 103305] [META] Frame dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103305] [META] Frame dialog bugs and enhancements

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103305
Bug 103305 depends on bug 99062, which changed state.

Bug 99062 Summary: BackGround color is expanding above or below the BG color 
chosen for the preceding line
https://bugs.documentfoundation.org/show_bug.cgi?id=99062

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

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


[Libreoffice-bugs] [Bug 103305] [META] Frame dialog bugs and enhancements

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103305

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||99062


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99062
[Bug 99062] BackGround color is expanding above or below the BG color chosen
for the preceding line
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103305] [META] Frame dialog bugs and enhancements

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103305

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
  Alias||Frame-Dialog

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


[Libreoffice-bugs] [Bug 100578] A vertical frame collapses once saved to a file

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100578

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103305


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103305
[Bug 103305] [META] Frame dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103305] New: [META] Frame dialog bugs and enhancements

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103305

Bug ID: 103305
   Summary: [META] Frame dialog bugs and enhancements
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Depends on: 100578, 96553
Blocks: 102019


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=96553
[Bug 96553] Crash after modifying a gradient color for a text frame
https://bugs.documentfoundation.org/show_bug.cgi?id=100578
[Bug 100578] A vertical frame collapses once saved to a file
https://bugs.documentfoundation.org/show_bug.cgi?id=102019
[Bug 102019] [META] Dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96553] Crash after modifying a gradient color for a text frame

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96553

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103305


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103305
[Bug 103305] [META] Frame dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 102019] [META] Dialog bugs and enhancements

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102019

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||103305


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103305
[Bug 103305] [META] Frame dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103304] [META] Page dialog bugs and enhancements

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103304

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||98890


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=98890
[Bug 98890] Format, Page, takes 30 to 33 seconds to open dialog box
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103304] [META] Page dialog bugs and enhancements

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103304
Bug 103304 depends on bug 98890, which changed state.

Bug 98890 Summary: Format, Page, takes 30 to 33 seconds to open dialog box
https://bugs.documentfoundation.org/show_bug.cgi?id=98890

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

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


[Libreoffice-bugs] [Bug 98890] Format, Page, takes 30 to 33 seconds to open dialog box

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98890

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||philip...@hotmail.com
   Hardware|x86 (IA32)  |All
 Blocks||103304
 Resolution|--- |WORKSFORME

--- Comment #5 from Yousuf Philips (jay)  ---
Hi Miguel,

I'm also unable to reproduce this on 5.2.1.2 on XP, 7 or 8.1. Please look
through what is running on your system to see what could be causing this issue
for you.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103304
[Bug 103304] [META] Page dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96336] Format > Page dialog and selection doubtably different for Writer/Calc/Draw

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96336

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103304


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103304
[Bug 103304] [META] Page dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 67973] UI: change option name from "Format" to "Page Number Format" in dialog Page styles

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67973

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103304


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103304
[Bug 103304] [META] Page dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 101914] Page format dialog, missing Import Image for page Area -> Fill -> Bitmap as a background image

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101914

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103304


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103304
[Bug 103304] [META] Page dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 96336] Format > Page dialog and selection doubtably different for Writer/Calc/Draw

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96336

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103304


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103304
[Bug 103304] [META] Page dialog bugs and enhancements
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 103304] [META] Page dialog bugs and enhancements

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103304

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
  Component|Writer  |LibreOffice
 Depends on||101914, 96336, 67973
 Ever confirmed|0   |1
  Alias||Page-Dialog


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=67973
[Bug 67973] UI: change option name from "Format" to "Page Number Format" in
dialog Page styles
https://bugs.documentfoundation.org/show_bug.cgi?id=96336
[Bug 96336] Format > Page dialog and selection doubtably different for
Writer/Calc/Draw
https://bugs.documentfoundation.org/show_bug.cgi?id=101914
[Bug 101914] Page format dialog, missing Import Image for page Area -> Fill ->
Bitmap as a background image
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 101892] Page style dialog has increased in width

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101892

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103304


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103304
[Bug 103304] [META] Page dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 83825] Writer: left and right margin labels in page dialog not vertically centered

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83825

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103304


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103304
[Bug 103304] [META] Page dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103304] New: [META] Page dialog bugs and enhancements

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103304

Bug ID: 103304
   Summary: [META] Page dialog bugs and enhancements
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Depends on: 83904, 101820, 83016, 83825, 84075, 84344, 101892
Blocks: 102019

This covers the Format > Page is most modules as well as the Slide > Slide
Properties dialog in impress.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=83016
[Bug 83016] Missing tab from page style dialog
https://bugs.documentfoundation.org/show_bug.cgi?id=83825
[Bug 83825] Writer: left and right margin labels in page dialog not vertically
centered
https://bugs.documentfoundation.org/show_bug.cgi?id=83904
[Bug 83904] DIALOG: Unable to reset page background color after setting it (see
comment 5 for repro step 4.5)
https://bugs.documentfoundation.org/show_bug.cgi?id=84075
[Bug 84075] CRASH: Trying to access page properties dialog
https://bugs.documentfoundation.org/show_bug.cgi?id=84344
[Bug 84344] DIALOG: Unable to set custom background image in Page dialog
https://bugs.documentfoundation.org/show_bug.cgi?id=101820
[Bug 101820] DIALOG: Revise Page Style's Page tab
https://bugs.documentfoundation.org/show_bug.cgi?id=101892
[Bug 101892] Page style dialog has increased in width
https://bugs.documentfoundation.org/show_bug.cgi?id=102019
[Bug 102019] [META] Dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 83016] Missing tab from page style dialog

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83016

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103304


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103304
[Bug 103304] [META] Page dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 101820] DIALOG: Revise Page Style's Page tab

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101820

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103304


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103304
[Bug 103304] [META] Page dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 84075] CRASH: Trying to access page properties dialog

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84075

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103304


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103304
[Bug 103304] [META] Page dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 102019] [META] Dialog bugs and enhancements

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102019

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||103304


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103304
[Bug 103304] [META] Page dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 101820] DIALOG: Revise Page Style's Page tab

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101820

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103304


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103304
[Bug 103304] [META] Page dialog bugs and enhancements
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 84344] DIALOG: Unable to set custom background image in Page dialog

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84344

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103304


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103304
[Bug 103304] [META] Page dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 83904] DIALOG: Unable to reset page background color after setting it ( see comment 5 for repro step 4.5)

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83904

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103304


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103304
[Bug 103304] [META] Page dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94857] default template location overwritten by installation

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94857

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103303


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103303
[Bug 103303] [META] Desktop integration bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 79754] new ODF template files on windows are not using liberation fonts as default

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79754

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103303


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103303
[Bug 103303] [META] Desktop integration bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 101222] Writer can not be pinned in the taskbar when launched by a document

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101222

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103303


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103303
[Bug 103303] [META] Desktop integration bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97951] Draw not registered with OS as a PDF editor

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97951

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103303


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103303
[Bug 103303] [META] Desktop integration bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103303] New: [META] Desktop integration bugs and enhancements

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103303

Bug ID: 103303
   Summary: [META] Desktop integration bugs and enhancements
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
CC: c...@nouenoff.nl, tietze.he...@gmail.com,
vstuart.fo...@utsa.edu
Depends on: 79754, 94857, 97951, 101222


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=79754
[Bug 79754] new ODF template files on windows are not using liberation fonts as
default
https://bugs.documentfoundation.org/show_bug.cgi?id=94857
[Bug 94857] default template location overwritten by installation
https://bugs.documentfoundation.org/show_bug.cgi?id=97951
[Bug 97951] Draw not registered with OS as a PDF editor
https://bugs.documentfoundation.org/show_bug.cgi?id=101222
[Bug 101222] Writer can not be pinned in the taskbar when launched by a
document
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 101222] Writer can not be pinned in the taskbar when launched by a document

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101222

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||philip...@hotmail.com
   Hardware|x86-64 (AMD64)  |All
 Resolution|--- |WORKSFORME

--- Comment #2 from Yousuf Philips (jay)  ---
Tested 5.2.1.2 on Windows 7 and was able to pin writer to the taskbar after
opening a document on the desktop.

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


[Libreoffice-bugs] [Bug 97857] New unsaved document prevents Selection

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97857

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||philip...@hotmail.com,
   ||vstuart.fo...@utsa.edu
 Ever confirmed|0   |1

--- Comment #3 from Yousuf Philips (jay)  ---
Hi Michael,

Thank you for reporting the bug. Can you copy and paste the version information
from the Help > About dialog, as that will make it easier for us to know what
your configuration is? Is it possible for you to do a screencast with Camstudio
or screencast-o-matic.com?

I'm unable to reproduce this on Windows 7 or 8 with 5.3 master.

@Stuart: Can you test this on windows 10?

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


[Libreoffice-bugs] [Bug 103277] writer lost focus ole calc object

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103277

Dan  changed:

   What|Removed |Added

   Keywords||difficultyInteresting

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


[Libreoffice-bugs] [Bug 101872] Black circles appear on slide preview ( but not on actual slide). Affects Draw as well.

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101872

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #9 from V Stuart Foote  ---
Errant font fallback or unexpected substitution from OpenSymbol to another
font? Segoe UI perhaps?

What font is specified for the bullets?

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


[Libreoffice-bugs] [Bug 103275] Rename Spacing to Content to Padding

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103275

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||philip...@hotmail.com
 Ever confirmed|0   |1

--- Comment #2 from Yousuf Philips (jay)  ---
So here is the competition.

HTML
img:vspace - whitespace on top and bottom of an image
img:hspace - whitespace on left and right side of an image
table:cellpadding - space between the cell wall and the cell content
table:cellspacing - space between cells

CSS
table:padding - space between the border and the content in a table
table:border-spacing - sets the distance between the borders of adjacent cells
margin - used to generate space around elements
padding - used to generate space around content

http://www.w3schools.com/Css/css_table.asp
http://www.w3schools.com/cssref/pr_border-spacing.asp
http://www.w3schools.com/css/css_margin.asp
http://www.w3schools.com/css/css_padding.asp

Word 2010 / WPS/Kingsoft Writer
Table: Cell Margins (inside box), Cell Spacing (between cells), Distance from
surrounding text (around table)
Object Wrapping: Distance from text (around object)

Calligra Words
Object Wrapping: Shape and text is separated (around object)

WordPerfect X7
Table: Inside margins in cell (inside box)

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


[Libreoffice-bugs] [Bug 96354] autocorrect code incorrectly categorizes hebrew letters / 100% cpu usage when typing hebrew

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96354

--- Comment #3 from Khaled Hosny  ---
I don’t know much about the spell checking code, but for IsUpperLetter() and
IsLowerLetter() that sounds broken indeed. May be instead of the home grown
function, the code should use IsUpper() and IsLower() from
 which seem not to suffer from the same issue.

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


[Libreoffice-bugs] [Bug 91016] Not possible to switch between Web and Print layouts in read-only mode

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91016

Yousuf Philips (jay)  changed:

   What|Removed |Added

   Keywords||preBibisect, regression
 CC||philip...@hotmail.com
   Hardware|x86-64 (AMD64)  |All
Version|4.4.2.2 release |3.4.6 release
Summary|VIEWING: Can't use "Web |Not possible to switch
   |Layout" view while in   |between Web and Print
   |read-only mode. |layouts in read-only mode
 OS|Windows (All)   |All

--- Comment #4 from Yousuf Philips (jay)  ---
This used to work in 3.3.0, but is gone in 3.4.6.

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


[Libreoffice-bugs] [Bug 103094] WEB LAYOUT: DOC - Enabling read-only mode switches to Print layout

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103094

Yousuf Philips (jay)  changed:

   What|Removed |Added

   Keywords||filter:doc
 Status|UNCONFIRMED |NEW
Version|5.0.5.2 release |Inherited From OOo
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=91
   ||016
 Blocks||103302
Summary|Disabling Edit Mode |WEB LAYOUT: DOC - Enabling
   |sometimes changes view to   |read-only mode switches to
   |Print Layout|Print layout
 Ever confirmed|0   |1

--- Comment #5 from Yousuf Philips (jay)  ---
Yes i can confirm that this behaviour happens with .doc files, but not with
.docx and .odt files.

Version: 5.3.0.0.alpha0+
Build ID: 45a7137c6796f33fbf5b8f7cb64e293260d991cb
CPU Threads: 2; OS Version: Linux 3.19; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-10-13_23:38:06
Locale: en-US (en_US.UTF-8); Calc: group


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 91016] VIEWING: Can't use "Web Layout" view while in read-only mode.

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91016

Yousuf Philips (jay)  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||3094

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


[Libreoffice-bugs] [Bug 103302] [META] Writer's web layout/view bugs and enhancements

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103302

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||103094


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103094
[Bug 103094] WEB LAYOUT: DOC - Enabling read-only mode switches to Print layout
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 39511] VIEWING Print & Web Layout act like toggle switches

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39511

Yousuf Philips (jay)  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=62
   ||182

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


[Libreoffice-bugs] [Bug 62182] print/web layout are toggles instead of set commands

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62182

Yousuf Philips (jay)  changed:

   What|Removed |Added

   Keywords||needsDevEval, topicUI
 CC||philip...@hotmail.com
Version|3.5.4 release   |Inherited From OOo
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=39
   ||511
 Blocks||86899

--- Comment #7 from Yousuf Philips (jay)  ---
This issue was previously also discussed in bug 39511, though was set to
NEEDINFO for no useful reason, so then it was automatically closed for lack of
input.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=86899
[Bug 86899] [META] Requests for the addition of UNO commands
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86899] [META] Requests for the addition of UNO commands

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86899

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||62182


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=62182
[Bug 62182] print/web layout are toggles instead of set commands
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 75666] VIEWING: Viewing: Web Layout not stored, files open with Print Layout no matter what selected previously

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75666

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60128] VIEWING: "Window -> New window" function disabled in " Web layout" view mode

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60128

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 40810] EDITING: Page break is shown in web layout after hiding recorded changes

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40810

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 81219] START CENTER: thumbnail for files saved in "web layout" shows whole document not just first page

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81219

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70595] Other: Table of Contents displays wrong numbers in Web Layout view

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70595

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70430] Characters overlapping in Web Layout view

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70430

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 91611] FILEOPEN Web Layout DOCX: General error. Input/Output error

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91611

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41283] VIEWING Crash with writer in "Web layout"

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=41283

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 91016] VIEWING: Can't use "Web Layout" view while in read-only mode.

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91016

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63993] Wrong cursor position for non-latin text in Web Layout

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63993

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 70424] VIEWING: odd cursor behavior when typing in web layout / web view with Times New Roman

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70424

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103302] [META] Writer's web layout/view bugs and enhancements

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103302

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||91016, 99074, 70595, 70424,
   ||60128, 56941, 75666, 70430,
   ||41283, 91611, 40810, 81219,
   ||63993, 86493
  Alias||Writer-Web-Layout


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=40810
[Bug 40810] EDITING: Page break is shown in web layout after hiding recorded
changes
https://bugs.documentfoundation.org/show_bug.cgi?id=41283
[Bug 41283] VIEWING Crash with writer in "Web layout"
https://bugs.documentfoundation.org/show_bug.cgi?id=56941
[Bug 56941] New Window disabled in Web Layout
https://bugs.documentfoundation.org/show_bug.cgi?id=60128
[Bug 60128] VIEWING: "Window -> New window" function disabled in "Web layout"
view mode
https://bugs.documentfoundation.org/show_bug.cgi?id=63993
[Bug 63993] Wrong cursor position for non-latin text in Web Layout
https://bugs.documentfoundation.org/show_bug.cgi?id=70424
[Bug 70424] VIEWING: odd cursor behavior when typing in web layout / web view
with Times New Roman
https://bugs.documentfoundation.org/show_bug.cgi?id=70430
[Bug 70430] Characters overlapping in Web Layout view
https://bugs.documentfoundation.org/show_bug.cgi?id=70595
[Bug 70595] Other: Table of Contents displays wrong numbers in Web Layout view
https://bugs.documentfoundation.org/show_bug.cgi?id=75666
[Bug 75666] VIEWING: Viewing: Web Layout not stored, files open with Print
Layout no matter what selected previously
https://bugs.documentfoundation.org/show_bug.cgi?id=81219
[Bug 81219] START CENTER: thumbnail for files saved in "web layout" shows whole
document not just first page
https://bugs.documentfoundation.org/show_bug.cgi?id=86493
[Bug 86493] Writer crashes when increasing Zoom factor in Web layout view
https://bugs.documentfoundation.org/show_bug.cgi?id=91016
[Bug 91016] VIEWING: Can't use "Web Layout" view while in read-only mode.
https://bugs.documentfoundation.org/show_bug.cgi?id=91611
[Bug 91611] FILEOPEN Web Layout DOCX: General error. Input/Output error
https://bugs.documentfoundation.org/show_bug.cgi?id=99074
[Bug 99074] web layout is not imported from docx file
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103269] Pivot table reports identical values on column of same nth cells of values after it is sorted ascending and descending.

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103269

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||miguelangelrv@libreoffice.o
   ||rg
 Ever confirmed|0   |1

--- Comment #1 from m.a.riosv  ---
Hi @karmstrong6380, thanks for reporting.

Please attach a sample file to test.

Meanwhile, PT sort data by row fields in the order they appear on the PT from
left to right.

For me there is not a bug.

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


[Libreoffice-bugs] [Bug 67698] VIEWING: Implement 'Normal View' that includes the real page numbers in a 'Web Layout'-type view ( comment #7)

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67698

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60129] VIEWING: Window -> New window command disabled in "Web layout" view mode

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60129

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34050] Particular ODT saved in web layout causes hang when switched to normal view

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34050

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 62182] print/web layout are toggles instead of set commands

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=62182

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 98598] VIEWING: Background image and web layout

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98598

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103302] [META] Writer's web layout/view bugs and enhancements

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103302

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Depends on||60129, 67698, 34050, 62182,
   ||98598
 Ever confirmed|0   |1


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=34050
[Bug 34050] Particular ODT saved in web layout causes hang when switched to
normal view
https://bugs.documentfoundation.org/show_bug.cgi?id=60129
[Bug 60129] VIEWING: Window -> New window command disabled in "Web layout" view
mode
https://bugs.documentfoundation.org/show_bug.cgi?id=62182
[Bug 62182] print/web layout are toggles instead of set commands
https://bugs.documentfoundation.org/show_bug.cgi?id=67698
[Bug 67698] VIEWING: Implement 'Normal View' that includes the real page
numbers in a 'Web Layout'-type view (comment #7)
https://bugs.documentfoundation.org/show_bug.cgi?id=98598
[Bug 98598] VIEWING: Background image and web layout
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93827] resizing Writer/ opening sidebar when using web layout loses position in document

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93827

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95906] VIEWING: Elements anchored as 'To Character' on last page of document appear on first page in Web Layout

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95906

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 83824] EDITING: Adjusting table borders in web layout is incorrect when table alignment set to center

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83824

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 88105] STATUSBAR: Disabling page number counting in web layout

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88105

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 85984] View selection / web layout/ print layout - not clearly indicated

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85984

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 88105] STATUSBAR: Disabling page number counting in web layout

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88105

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-ux-advise] [Bug 93827] resizing Writer/ opening sidebar when using web layout loses position in document

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93827

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 103302] New: [META] Writer's web layout/view bugs and enhancements

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103302

Bug ID: 103302
   Summary: [META] Writer's web layout/view bugs and enhancements
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: philip...@hotmail.com
Depends on: 67168, 83824, 85984, 88105, 93827, 95906


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=67168
[Bug 67168] VIEWING: Enhancement: Provide a window for foot notes in Web Layout
view
https://bugs.documentfoundation.org/show_bug.cgi?id=83824
[Bug 83824] EDITING: Adjusting table borders in web layout is incorrect when
table alignment set to center
https://bugs.documentfoundation.org/show_bug.cgi?id=85984
[Bug 85984] View selection / web layout/ print layout - not clearly indicated
https://bugs.documentfoundation.org/show_bug.cgi?id=88105
[Bug 88105] STATUSBAR: Disabling page number counting in web layout
https://bugs.documentfoundation.org/show_bug.cgi?id=93827
[Bug 93827] resizing Writer/opening sidebar when using web layout loses
position in document
https://bugs.documentfoundation.org/show_bug.cgi?id=95906
[Bug 95906] VIEWING: Elements anchored as 'To Character' on last page of
document appear on first page in Web Layout
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 67168] VIEWING: Enhancement: Provide a window for foot notes in Web Layout view

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67168

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||103302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103302
[Bug 103302] [META] Writer's web layout/view bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


Re: Merging feature/commonsallayout branch

2016-10-17 Thread Khaled Hosny
Not directly, but you can now control OpenType features using the same
syntax used for OpenType features.

It should be easy to turn of ligatures in VCL when characters spacing is
used, except that character spacing is not applied by VCL but by the
client and we have no clue about it at all. I tried fixing this before,
but I couldn’t even figure out where character spacing is stored or when
it is applied.

Regards,
Khaled

On Mon, Oct 17, 2016 at 09:47:12PM +0200, Stephan van den Akker wrote:
> Congratulations when this gets merged! It's a big chunk of work.
> 
> One question is on my mind that I was meaning to ask before: Is issue
> tdf#66819 "Setting additional spacing between characters does not
> prevent automatic ligature substitution." solved in this branch?
> 
> Greetings,
> 
> Stephan
> 
> 2016-10-17 21:30 GMT+02:00 Khaled Hosny :
> > I believe that feature/commonsallayout (AKA unified text layout) is now
> > feature complete with no known major bugs, and should be ready to be
> > merged on master. I’ll try merge it tomorrow night and hope for the
> > best, unless someone objects loudly.
> >
> > Currently the new layout is off by default and can be enabled at runtime
> > by setting SAL_USE_COMMON_LAYOUT env variable. After merging with
> > master, I’m going to wait a week or so for any potential build issues
> > then swap the default.
> >
> > There are too main issues with the new code:
> > - Type 1 fonts are not supported. They can be supported with some
> >   effort, but Type 1 fonts have been obsolete for more than 15 years and
> >   I’d like to use this opportunity to drop support for them and cleanup
> >   some of the ugly code we have.
> > - We use a bit of DirectWrite to load fonts on Windows, so Windows XP is
> >   not supported as well. Again it can be fixed with some effort, but I
> >   don’t think anyone will miss XP. Ideally we should do a full switch to
> >   DirectWrite and modernise our Windows font rendering, but that is
> >   another story.
> >
> > Regards,
> > Khaled
> > ___
> > LibreOffice mailing list
> > LibreOffice@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/libreoffice
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 101988] LOOKUP of null value returns #NA

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101988

Eike Rathke  changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED
   Assignee|libreoffice-b...@lists.free |er...@redhat.com
   |desktop.org |

--- Comment #15 from Eike Rathke  ---
Can simply be reproduced with a hard recalc Shift+Ctrl+F9 or by changing any
value in Vrange or Drange or editing the formula expression.

Though unrelated to this "" empty string lookup, note that the search vector
for LOOKUP must be sorted in ascending order, otherwise the function may
deliver meaningless arbitrary results. This is also true for OpenOffice and
probably Excel as well.

As for the "" empty string lookup, that should sort between the largest numeric
value and any other string so the largest numeric value should be matched in
this case IF the range was sorted properly.

I'll investigate.

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


[Libreoffice-bugs] [Bug 103300] Cant get documents

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103300

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #1 from Xisco Faulí  ---
Hello [user's name],

Thank you for reporting the bug.
Unfortunately without clear steps to reproduce it, we cannot track down the
origin of the problem.
Please provide a clearer set of step-by-step instructions on how to reproduce
the problem.
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the steps are provided

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


[Libreoffice-bugs] [Bug 43808] [META] Right to left language issues (RTL/CTL)

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43808

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||96354


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=96354
[Bug 96354] autocorrect code incorrectly categorizes hebrew letters / 100% cpu
usage when typing hebrew
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96354] autocorrect code incorrectly categorizes hebrew letters / 100% cpu usage when typing hebrew

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96354

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||khaledho...@eglug.org,
   ||philip...@hotmail.com
 Blocks||43808
 Ever confirmed|0   |1

--- Comment #2 from Yousuf Philips (jay)  ---
Hi a6487102,

Were you able to get yourself setup with gerrit, so you can push your patch?
Please let us know if you need any more assistance.

@Khaled: Any thoughts on the user's patch concept?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=43808
[Bug 43808] [META] Right to left language issues (RTL/CTL)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 90811] Images are not properly placed when viewing attached document

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90811

Xisco Faulí  changed:

   What|Removed |Added

   Keywords|bibisected  |

--- Comment #18 from Xisco Faulí  ---
(In reply to raal from comment #17)
> (In reply to Rostislav 'R.Yu.' Okulov from comment #16)
> > a3ac6ea477851480773fbb341fe6032cdf54ffe2 is the first bad commit
> > commit a3ac6ea477851480773fbb341fe6032cdf54ffe2
> > Author: Matthew Francis 
> > Date:   Thu May 28 21:55:27 2015 +0800
> > 
> > source-hash-0ac3a94c9f7bffe27ec1e07c4cc73cf2425b3898
> > 
> > commit 0ac3a94c9f7bffe27ec1e07c4cc73cf2425b3898
> > Author: Caolán McNamara 
> > AuthorDate: Tue May 13 20:39:53 2014 +0100
> > Commit: Caolán McNamara 
> > CommitDate: Thu May 15 10:21:22 2014 +0100
> > 
> > coverity#440876 Dereference null return value
> > 
> > Change-Id: I7d00c3a3c1a12176e4b1ab74712aabeb2f1cf90e
> > 
> This seems to have begun at the below commit.
> Adding Cc: to Caolán McNamara ; Could you possibly take a look at this one?
> Thanks

Hi raal, Rostislav,
Thank you for the comments but I'm pretty sure that is not the problematic
commit.
First, that commit is in framework, which is not related to the .doc filter,
and second, as I said in comment 14, the problem isn't systematic, so it needs
to be tested several times in order to conclude whether it's reproducible. I
could reproduce it in 4.2.0.0.alpha1+ (around 2013-11-21 ) and that commit is
from 2014-05-13

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


[Libreoffice-bugs] [Bug 43808] [META] Right to left language issues (RTL/CTL)

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43808

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Depends on||101844


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=101844
[Bug 101844] Lapses in responce time and cursor direction problem in Hebrew
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


  1   2   3   4   >