[ucb-issues] [Issue 101274] A directory on command li ne is silently ignored

2010-07-13 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101274


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70591)
update patch for 3.
|  |3






--- Additional comments from c...@openoffice.org Tue Jul 13 10:08:42 + 
2010 ---
Created an attachment (id=70591)
update patch for 3.3


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


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



[ucb-issues] [Issue 101274] A directory on command li ne is silently ignored

2010-07-13 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101274





--- Additional comments from c...@openoffice.org Tue Jul 13 10:09:13 + 
2010 ---
updated the patch for 3.3, though should revisit this and do a better approach

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


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



[ucb-issues] [Issue 101274] A directory on command li ne is silently ignored

2010-07-13 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101274





--- Additional comments from m...@openoffice.org Tue Jul 13 10:23:38 + 
2010 ---
Sorry, but the patch introduces changes in ucbhelper as the old one does. The
comments from kso mentioned above clearly state that the ucbhelper is not a
correct place to introduce the solution. It should be either UCB or framework.

By the way, it looks already to be too late for this task to get it in OOo3.3.

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


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



[ucb-issues] [Issue 101274] A directory on command li ne is silently ignored

2009-04-24 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101274


User kso changed the following:

What|Old value |New value

  CC|'mba' |'mav,mba'





--- Additional comments from k...@openoffice.org Fri Apr 24 07:55:38 + 
2009 ---
dtardon: Thanks for the patch. You integrated the new functionality (to display
the error box) in ucbhelper. I'm not sure whether this is the best approach. I
think, the actual problem is, that the framework code that uses ucbhelper to
load documents, does not react appropriately in case it tries to load a URL that
actually points to a folder. IIRC, ucb - ucbhelper throws an exception in this
case or uses an interaction handler to display an error (if an interaction
handler is present and able to handle this certain interaction request). IMO,
the best approach would be to fix the framework code.

OTOH, fixing this in ucbhelper only has effect for ucb clients using ucb via
ucbhelper C++ API, not for ucb clients using ucb UNO API directly. Thus, if we
decide that the right place for a fix is not framework, it would be
ucb/source/ucp/*.

mav: What do you think abot this?

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


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



[ucb-issues] [Issue 101274] A directory on command li ne is silently ignored

2009-04-24 Thread dtardon
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101274





--- Additional comments from dtar...@openoffice.org Fri Apr 24 08:34:19 
+ 2009 ---
dtardon-kso:
 IIRC, ucb - ucbhelper throws an exception in this
 case or uses an interaction handler to display an error (if an interaction
 handler is present and able to handle this certain interaction request). IMO,
 the best approach would be to fix the framework code.

I actually thought about it that way (i.e. do the concerned handling at
framework level) and even sketched some code, but then decided to do it in
ucbhelper. Looks I was wrong, then :(

 OTOH, fixing this in ucbhelper only has effect for ucb clients using ucb via
 ucbhelper C++ API, not for ucb clients using ucb UNO API directly. Thus, if we
 decide that the right place for a fix is not framework, it would be
 ucb/source/ucp/*.

That will be valid concern, I think. I overlooked that.

I'll give it another try.

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


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



[ucb-issues] [Issue 101274] A directory on command li ne is silently ignored

2009-04-24 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101274


User mav changed the following:

What|Old value |New value

 Assigned to|kso   |mav

  Issue type|PATCH |DEFECT

Target milestone|---   |OOo 3.x





--- Additional comments from m...@openoffice.org Fri Apr 24 08:35:16 + 
2009 ---
I would completely agree the error should be either reported in UCB in case the
standard InteractionHandler is provided, or in framework if there is no
InteractionHandler or a wrapper solution is used.

Taking the issue over.

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


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



[ucb-issues] [Issue 101274] A directory on command li ne is silently ignored

2009-04-24 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101274





--- Additional comments from m...@openoffice.org Fri Apr 24 08:47:26 + 
2009 ---
mav-dtardon: It could make sense to compare the behavior of the office in case
the command line contains a file that is not allowed to be opened. The UCB
reports error correctly in this case, I would suggest to take a look what it the
difference between this case and the case when the directory is opened. As I
have already mentioned the file ucp looks to set the error correctly.

Hope that helps.

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


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



[ucb-issues] [Issue 101274] A directory on command li ne is silently ignored

2009-04-24 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101274


User kso changed the following:

What|Old value |New value

  CC|'mav,mba' |'kso,mav,mba'





--- Additional comments from k...@openoffice.org Fri Apr 24 09:49:36 + 
2009 ---
CC'ing myself. 

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


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



[ucb-issues] [Issue 101274] A directory on command li ne is silently ignored

2009-04-22 Thread dtardon
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101274


User dtardon changed the following:

What|Old value |New value

   Component|utilities |ucb

  QA contact|iss...@util   |iss...@ucb





--- Additional comments from dtar...@openoffice.org Wed Apr 22 19:06:12 
+ 2009 ---
Oops, I picked wrong component What I wanted was ucb.

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


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