[Libreoffice-bugs] [Bug 33951] Calc: Comment text defined as hyperlink doesn' t display on mouseover.

2018-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33951

--- Comment #23 from Jim Raykowski  ---
Here are some other places to look:

In postit.cxx ScNoteUtil::CreatTempCaption
https://opengrok.libreoffice.org/xref/core/sc/source/core/data/postit.cxx#1193

which leads to:

svdotext.cxx SdrTextObj::GetOutlinerParaObject()
https://opengrok.libreoffice.org/xref/core/svx/source/svdraw/svdotext.cxx#1420

In svdtext.hxx it states clas SdrText stores information about one text inside
shape. 
https://opengrok.libreoffice.org/xref/core/include/svx/svdtext.hxx

Hope these help :)

-- 
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 33951] Calc: Comment text defined as hyperlink doesn' t display on mouseover.

2018-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33951

--- Comment #22 from gat  ---
if(pSdrUndoManager && dynamic_cast< SdrUndoManager* >(pOriginal) ==
pSdrUndoManager)

That is the if statement before the else statement
svx/source/svdraw/svdedxv.cxx:1395: Got UndoManager back in SdrEndTextEdit
which is NOT the expected document UndoManager (!).

I'll try to set the breakpoint, compile, and test to see whether I produce the
same output about undo on tonight.

-- 
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 33951] Calc: Comment text defined as hyperlink doesn' t display on mouseover.

2018-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33951

Julien Nabet  changed:

   What|Removed |Added

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

-- 
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 33951] Calc: Comment text defined as hyperlink doesn' t display on mouseover.

2018-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33951

--- Comment #21 from Julien Nabet  ---
Created attachment 140984
  --> https://bugs.documentfoundation.org/attachment.cgi?id=140984=edit
bt from Got UndoManager back in SdrEndTextEdit...

-- 
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 33951] Calc: Comment text defined as hyperlink doesn' t display on mouseover.

2018-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33951

--- Comment #20 from Julien Nabet  ---
On pc Debian x6-64 with master sources updated yesterday, I could reproduce
this.
I don't know if it may help but before the break point suggested by Jim, I
noticed these logs:
warn:legacy.osl:2806:2806:svx/source/svdraw/svdedxv.cxx:1395: Got UndoManager
back in SdrEndTextEdit which is NOT the expected document UndoManager (!)
warn:legacy.osl:2806:2806:sfx2/source/control/shell.cxx:212:
SfxShell::SetUndoManager: exchanging one non-NULL manager with another non-NULL
manager? Suspicious!

-- 
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 33951] Calc: Comment text defined as hyperlink doesn' t display on mouseover.

2018-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33951

--- Comment #19 from Jim Raykowski  ---
https://opengrok.libreoffice.org/xref/core/sc/source/ui/view/gridwin5.cxx

Set breakpoint at line 168 to catch postit display.

-- 
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 33951] Calc: Comment text defined as hyperlink doesn' t display on mouseover.

2018-03-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33951

--- Comment #18 from Buovjaga  ---
(In reply to gat from comment #17)
> I tried the I.R.C. a couple of days. I sent an e-mail to the mentoring@.
> I'll try the mailing list in a day or two provided that I don't receive a
> reply to the e-mail.

Try the list right now: there is no mentor currently and even if there were,
they most probably could not help you with a question as specific as that.

-- 
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 33951] Calc: Comment text defined as hyperlink doesn' t display on mouseover.

2018-03-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33951

--- Comment #17 from gat  ---
I tried the I.R.C. a couple of days. I sent an e-mail to the mentoring@. I'll
try the mailing list in a day or two provided that I don't receive a reply to
the e-mail.

-- 
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 33951] Calc: Comment text defined as hyperlink doesn' t display on mouseover.

2018-03-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33951

--- Comment #16 from Buovjaga  ---
(In reply to gat from comment #15)
> I think that
> https://opengrok.libreoffice.org/xref/core/sc/source/ui/vba/vbahyperlinks.
> cxx may be the file to edit. Could someone point me in the right direction?

I tried asking on IRC today. You could post to the development mailing list:
https://wiki.documentfoundation.org/Development/Mailing_List

-- 
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 33951] Calc: Comment text defined as hyperlink doesn' t display on mouseover.

2018-03-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33951

--- Comment #15 from gat  ---
The issue seems to be that in Writer's comments containing a link that text of
the URL is automatically added when the field for inputting text is blank. This
behavior is not present in Calc.

It would appear that the user interface is in
/core/cui/uiconfig/ui/hyperlinkdocpage.ui. That same interface is used in both
Writer and Calc.

I think that
https://opengrok.libreoffice.org/xref/core/sc/source/ui/vba/vbahyperlinks.cxx
may be the file to edit. Could someone point me in the right direction?

-- 
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 33951] Calc: Comment text defined as hyperlink doesn' t display on mouseover.

2018-03-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33951

--- Comment #14 from gat  ---
Issue is still reproducible on OS X 10.11.6 with LibreOffice 6.0.1.1 & 6.0.2.1.

This persists when links are created in comments as text or buttons.

Hyperlinks are shown in the following conditions: edit & show.
Hyperlinks are not shown in the following conditions: mouse over, navigation
pane (F5).

-- 
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 33951] Calc: Comment text defined as hyperlink doesn' t display on mouseover.

2018-03-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33951

gat  changed:

   What|Removed |Added

 CC||gatlinsulli...@yahoo.com

--- Comment #13 from gat  ---
Created attachment 140897
  --> https://bugs.documentfoundation.org/attachment.cgi?id=140897=edit
Image of Issue

This is how the issue currently appears to  more easily let others see what the
issue is.

-- 
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 33951] Calc: Comment text defined as hyperlink doesn' t display on mouseover.

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

Pénzes Dávid  changed:

   What|Removed |Added

 Blocks||107733


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107733
[Bug 107733] [META] Hyperlink 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 33951] Calc: Comment text defined as hyperlink doesn' t display on mouseover.

2016-06-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33951

--- Comment #12 from lorenzo.mo...@studiostorti.com ---
Still present in:

Version: 5.3.0.0.alpha0+
Build ID: a8bd44573b75d1399257d6f5d052611439607189
CPU Threads: 2; OS Version: Linux 4.1; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-06-13_23:46:49
Locale: it-IT (it_IT.UTF-8)
OS: openSUSE Leap 42.1 (x86_64)

LibreOffice Version: 5.1.3.2
Build ID: 644e4637d1d8544fd9f56425bd6cec110e49301b
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
Locale: it-IT (it_IT)
OS: Windows 7 Home Premium SP1 x86

Versione: 5.2.0.0.beta2
Build ID: a83fc06803e11f27e95c809fdfacbbd0377ff7d0
Thread CPU: 4; Versione SO: Windows 6.1; Resa interfaccia: predefinito; 
Versione locale: it-IT (it_IT)
OS: Windows 7 Home Premium SP1 x86

-- 
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 33951] Calc: Comment text defined as hyperlink doesn' t display on mouseover.

2016-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33951

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #11 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I could reproduce 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