[ui-issues] [Issue 109005] Automatic URL recognition will not work for URL containing underscore

2010-02-08 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109005


User mru changed the following:

What|Old value |New value

 Assigned to|uineedsconfirm|os

  OS/Version|Linux |All





--- Additional comments from m...@openoffice.org Mon Feb  8 09:44:17 + 
2010 ---
Can also confirm this on Win. Something like www.aaa_bbb.org will not be
autoformatted as hyperlink.

-
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: issues-unsubscr...@ui.openoffice.org
For additional commands, e-mail: issues-h...@ui.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[ui-issues] [Issue 109005] Automatic URL recognition will not work for URL containing underscore

2010-02-08 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109005


User os changed the following:

What|Old value |New value

 Assigned to|os|sb

Target milestone|---   |OOo 3.x





--- Additional comments from o...@openoffice.org Mon Feb  8 12:36:07 + 
2010 ---
The autocorrection calls 
URIHelper::FindFirstURLInText(...)
which calls via local scanDomain(...)
INetURLObject::scanDomain(...)

This stops detection at '_' because it's not INetMIME::isAlphanumeric()

-sb: Would it make sense to add the underscore as exception in scanDomain() or
should it be added to INetMIME::isAlphanumeric()?

-
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: issues-unsubscr...@ui.openoffice.org
For additional commands, e-mail: issues-h...@ui.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[ui-issues] [Issue 109005] Automatic URL recognition will not work for URL containing underscore

2010-02-08 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109005


User sb changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from s...@openoffice.org Mon Feb  8 14:19:14 + 
2010 ---
Interesting.  Even the most recent URI syntax RFC 3986 suggests that host names
in http URLs should be formed from the venerable [A-Za-z0-9.-] set
(http://tools.ietf.org/html/rfc3986#section-3.2.2, in turn referencing RFCs
1034 and 1123), so that lucinda_ball.blogspot.com would be ruled out. 
However, resolving that name via dig, or entering it into a browser does indeed
work, so it appears either hostname rules have been relaxed (and I am not aware
of that) or that hostname is indeed invalid but most software is lax enough to
make it appear as if the hostname were good.

However, given that somewhat similar issues 53184 and 80134 have been fixed in
nearby code (to allow underscores in UNC server names in file URLs), it might be
a good idea to clean the code up somewhat (maybe generally allowing the relaxed
RFC 3986 reg-name syntax, independent of actual schema).  Though, for automatic
URL recognition, we have to be careful not to become too relaxed and produce too
many false positives.

Anyway, to work around this issue you can always manually mark a URL in Writer
text as such via Insert - Hyperlink.

-
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: issues-unsubscr...@ui.openoffice.org
For additional commands, e-mail: issues-h...@ui.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[ui-issues] [Issue 109005] Automatic URL recognition will not work for URL containing underscore

2010-02-06 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109005


User rainerbielefeld changed the following:

What|Old value |New value

  CC|''|'rainerbielefeld'

 Assigned to|writerneedsconfirm|uineedsconfirm

   Component|Word processor|ui

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|  |oooqa

  QA contact|iss...@sw |iss...@ui

 Summary|The above URL will not wor|Automatic URL recognition 
|k as a link to the Interne|will not work for URL cont
|t |aining underscore

Subcomponent|formatting|ui





--- Additional comments from rainerbielef...@openoffice.org Sat Feb  6 
09:42:07 + 2010 ---
Reproducible with Ooo-Dev 3.3.0 multilingual version English UI WIN XP:
[DEV300m70 (Build 9478)] and Ooo 3.1.1 WIN XP DE[OOO310m19 (Build 9420)]!

You can simply try it with a self cerated URL. Steps to reproduce:
1. open new WRITER document
2. activate automatic URL recognition
3. type http://www.a-b.org;
4. press space bar
   expected: Blank inserted, automatic URL recognition will create hyperlink
   actual: as expected
10. Press Enter
11. type http://www.a_b.org;
expected: Blank inserted, automatic URL recognition will create hyperlink
actual: Blank inserted, but NO hyperlink created

Same with CALC, DRAW

I did some further Tests in WRITER (3.1.1):
x...@a-b.org will be recognized and a mailto link will be created
x...@a_b.org will be recognized and a mailto link will be created, but 
 mailto link is x...@a and link will be created for text part
 x...@a_
x...@a-b.org will be recognized and a mailto link will be created

@mr_lauren:
I don't understand your I created a hyperlink as part of my effort ...
problem, Please file a separeate issue, if you find out that that problem still
exists in a current stable version (3.1.1 or later).


-
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: issues-unsubscr...@ui.openoffice.org
For additional commands, e-mail: issues-h...@ui.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org