To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94891


User ab changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |INVALID
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Oct 20 08:44:38 +0000 
2008 -------
After having a closer look, I found that this is no bug. The extension is
wrong, it does not meet the corresponding specification. As described in
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Help_Content
in paragraph "Context sensitive help and extended tool tips" a Command URL
has to be used to bind Toolbar items or controls to their corresponding
help pages.

The problem is that "org.Rup.Xamqon.odt2pml.O1" is no URL at all as it
does not meet the scheme "<protocol>:<anything>". Unfortunately in 2.4
this wasn't tested and so also non URLs were accepted. But this was a
bug corrupting other functionality, especially the context sensitive
help inside the Basic IDE (pressing F1 while the cursor is placed on a
keyword/command opens the corresponding help).

To fix this (see http://www.openoffice.org/issues/show_bug.cgi?id=90162)
only Help URLs really meeting the URL scheme are considered to be links
to help pages while everything else is used to perform a search. The
workaround works because there a valid URL is used.

So, to solve this problem the extension has to be fixed.

-> INVALID


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to