[Libreoffice-bugs] [Bug 88970] Incorrect Extended-tips in Export to PDF dialog

2015-02-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88970

Caolán McNamara  changed:

   What|Removed |Added

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

-- 
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 88970] Incorrect Extended-tips in Export to PDF dialog

2015-02-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88970

--- Comment #4 from Caolán McNamara  ---
I think the bug is actually in the helpcompiler 

The help for this page is in
helpcontent2/source/text/shared/01/ref_pdf_export.xhp

and we look at the hunk of code of



Pages
  Exports the pages you
type in the box.

then in the source of helpcompiler/source/HelpCompiler.cxx 
myparser::traverse the "hid" attribute of the ahelp tag is apparently ignored
and instead it assigns the ahelp extended tip to the contents of
extendedHelpText which is "every bookmark seen to date with a branch that
starts with 'hid'" and then empties that list.

so that's a complete horror if I'm reading this right

-- 
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 88970] Incorrect Extended-tips in Export to PDF dialog

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

V Stuart Foote  changed:

   What|Removed |Added

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

-- 
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 88970] Incorrect Extended-tips in Export to PDF dialog

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

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||caol...@redhat.com,
   ||vstuart.fo...@utsa.edu
Summary|Incorrect Tooltips in   |Incorrect Extended-tips in
   |Export to PDF   |Export to PDF dialog
 Ever confirmed|0   |1

--- Comment #3 from V Stuart Foote  ---
Confirmed. But only if "Extended-tips" are enabled (Tools -> Options ->
General: Help)

On Windows 7 sp1, 64-bit en-US with
Version: 4.4.0.3
Build ID: de093506bcdc5fafd9023ee680b8c60e3e0645d7
Locale: en_US

as well as
Version: 4.3.6.2
Build ID: d50a87b2e514536ed401c18000dad4660b6a169e

and the en-US local help installed.

Looking at the source

http://opengrok.libreoffice.org/xref/core/filter/uiconfig/ui/pdfgeneralpage.ui
http://opengrok.libreoffice.org/xref/help/source/text/shared/01/ref_pdf_export.xhp

Suspect this to be a residual of the conversion to GTK UI.

There is no tool-tip assigned to the widget in the .ui configuration. But with
"Extended-tips" active, the displayed tip--"Exports all defined print ranges.
If no print range is defined, exports the entire document."--is drawn from Help
files and is assigned to the All paragraph.

But for some reason the extended-tip looks to be incorrectly assigned at
multiple elements/locations on the dialog--where mouse over detects a
component, but no tool-tip/extended tool-tip is defined. It is activating this
extended-tip incorrectly.

Not clear to me the assignment mechanism of these extended-tips when Local Help
is installed--but at least for this Dialog it has gone wonky.

@Caolán?

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