[Libreoffice-bugs] [Bug 79750] EDITING: text with less than 100% proportional line height

2020-10-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79750

--- Comment #15 from QA Administrators  ---
Dear Yousuf Philips (jay) (retired),

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 79750] EDITING: text with less than 100% proportional line height

2018-10-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79750

--- Comment #14 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 79750] EDITING: text with less than 100% proportional line height

2017-10-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79750

--- Comment #13 from Khaled Hosny  ---
(In reply to Yousuf Philips (jay) from comment #12)
> (In reply to Khaled Hosny from comment #11)
> > The cursor (also the clipping) probably is using the line height not the
> > font ascender/descender, so with a 60% line height you get a 60% cursor (and
> > 60% clipping rectangle).
> 
> So from your point of view is this a bug?

Not sure about the cursor size, there is a point in basing it on line height as
the alternative (text bounding box) would mean cursor size changes according to
characters in the font which is not good.

Clipping, on the other hand, should always use the text bounding box IMHO.

-- 
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 79750] EDITING: text with less than 100% proportional line height

2017-10-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79750

--- Comment #12 from Yousuf Philips (jay)  ---
(In reply to Khaled Hosny from comment #11)
> The cursor (also the clipping) probably is using the line height not the
> font ascender/descender, so with a 60% line height you get a 60% cursor (and
> 60% clipping rectangle).

So from your point of view is this 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 79750] EDITING: text with less than 100% proportional line height

2017-10-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79750

--- Comment #11 from Khaled Hosny  ---
The cursor (also the clipping) probably is using the line height not the font
ascender/descender, so with a 60% line height you get a 60% cursor (and 60%
clipping rectangle).

-- 
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 79750] EDITING: text with less than 100% proportional line height

2017-10-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79750

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||khaledho...@eglug.org

--- Comment #10 from Yousuf Philips (jay)  ---
@Khaled: Any thoughts on this?

-- 
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 79750] EDITING: text with less than 100% proportional line height

2017-10-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79750

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Blocks||109235, 112182


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109235
[Bug 109235] [META] Paragraph line spacing bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=112182
[Bug 112182] [META] Text and object selection 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 79750] EDITING: text with less than 100% proportional line height

2016-09-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79750

--- Comment #9 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present on a currently supported version of
LibreOffice 
(5.1.5 or 5.2.1  https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the version of
LibreOffice and 
your operating system, and any changes you see in the bug behavior

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
a short comment that includes your version of LibreOffice and Operating System

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3)

http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to "inherited from OOo";
4b. If the bug was not present in 3.3 - add "regression" to keyword


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug-20160920

-- 
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 79750] EDITING: text with less than 100% proportional line height

2016-02-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79750
Bug 79750 depends on bug 92858, which changed state.

Bug 92858 Summary: Line height not respected
https://bugs.documentfoundation.org/show_bug.cgi?id=92858

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG

-- 
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 79750] EDITING: text with less than 100% proportional line height

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

Gordo  changed:

   What|Removed |Added

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

-- 
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 79750] EDITING: text with less than 100% proportional line height

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

--- Comment #8 from Yousuf (Jay) Philips  ---
(In reply to Gordo from comment #7)
> When I first looked at this I did not have the Overpass font installed. 
> When opening the document and setting the zoom to page width (I also have
> Navigator opened on the left), the text in the table is rendering
> incorrectly.

I dont have overpass installed as well but that shouldnt cause such a problem
that you are seeing, so you should likely file a bug report about this, as it
maybe something that only shows up on Windows.

-- 
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 79750] EDITING: text with less than 100% proportional line height

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

--- Comment #7 from Gordo  ---
Created attachment 117500
  --> https://bugs.documentfoundation.org/attachment.cgi?id=117500&action=edit
screenshot 4.4.5.2

When I first looked at this I did not have the Overpass font installed.  When
opening the document and setting the zoom to page width (I also have Navigator
opened on the left), the text in the table is rendering incorrectly.

Windows Vista 64
Version: 4.4.5.2
Build ID: a22f674fd25a3b6f45bdebf25400ed2adff0ff99

It is not as extreme in master, but there is still extra space between the last
two letters in “tidy” and “why”.
Windows Vista 64
Version: 5.1.0.0.alpha1+
Build ID: 6949629e35f308ce7efc890319ecf9a46a5f154c
TinderBox: Win-x86@39, Branch:master, Time: 2015-07-27_23:17:28

-- 
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 79750] EDITING: text with less than 100% proportional line height

2015-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79750

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Status|RESOLVED|NEW
 Resolution|WORKSFORME  |---

--- Comment #6 from Yousuf (Jay) Philips  ---
Still present. It wont show up in the 60% paragraph due to bug 92858, but if
you set the 80% paragraph to 60%, it will show there.

Version: 5.1.0.0.alpha1+
Build ID: 85ce6a2446deb0f4c01604b6188f969603de9b16
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:master, Time:
2015-07-09_02:29:43

-- 
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 79750] EDITING: text with less than 100% proportional line height

2015-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79750

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Depends on||92858

-- 
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 79750] EDITING: text with less than 100% proportional line height

2015-07-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79750

Gordo  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #5 from Gordo  ---
Could not reproduce.

Windows Vista 64
Version: 4.4.4.3
Build ID: 2c39ebcf046445232b798108aa8a7e7d89552ea8

4.3.7.2

Bug present in 4.2.8.2.

Changed to RESOLVED WORKSFORME.

-- 
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 79750] EDITING: text with less than 100% proportional line height

2015-07-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79750

--- Comment #4 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present on a currently supported version of
LibreOffice (4.4.1 or later): https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the version of
LibreOffice and your operating system, and any changes you see in the bug
behavior

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a short comment that includes your version of
LibreOffice and Operating System

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so: 1. Download and install oldest version of LibreOffice
(usually 3.3 unless your bug pertains to a feature added after 3.3)

http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug 3. Leave a comment with your results. 4a. If the bug was
present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not
present in 3.3 - add "regression" to keyword


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2015-07-18

-- 
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 79750] EDITING: text with less than 100% proportional line height

2014-07-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79750

Kevin Suo  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||suokunl...@gmail.com
 Ever confirmed|0   |1

--- Comment #3 from Kevin Suo  ---
Confirmed, win xp sp3, version 4.3.0.2.
Set to NEW.

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


[Libreoffice-bugs] [Bug 79750] EDITING: text with less than 100% proportional line height

2014-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79750

--- Comment #2 from Jay Philips  ---
Created attachment 100567
  --> https://bugs.freedesktop.org/attachment.cgi?id=100567&action=edit
show it looks when you delete a few characters

-- 
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 79750] EDITING: text with less than 100% proportional line height

2014-06-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79750

--- Comment #1 from Jay Philips  ---
Created attachment 100566
  --> https://bugs.freedesktop.org/attachment.cgi?id=100566&action=edit
size of the cursor

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