[sw-issues] [Issue 88277] Graphics are not shown fro m a imported html file

2008-04-17 Thread mike_hall
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88277


User mike_hall changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Thu Apr 17 06:15:27 + 
2008 ---
Ah! Many apologies - must have been having a bad day. My base... tag is 
nonsense.

The problem is that a base tag needs a full URL, it's not legal to do what we
were trying to do.

If you replace the base tag with (eg) base
href=http://www.onepoyle.net/images/; then everything works.

Things are slightly confused by what Writer does. If you make any change to a
document, it adds the base URL to all img tags and removes the base tag. It was
doing that to all our examples as well, but as there wasn't a valid URL in any
of the base tags we supplied, there was nothing to add, and as the images were
in the same directory, that fixed the problem.

Apologies for misleading you.  

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



[sw-issues] [Issue 88277] Graphics are not shown fro m a imported html file

2008-04-17 Thread mike_hall
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88277





--- Additional comments from [EMAIL PROTECTED] Thu Apr 17 06:31:07 + 
2008 ---
... I think the fact that browsers like Firefox accept the relative base... tag
and do work is a different issue. They are just being kind to you. If you want
Writer to work the same way, that would need the creation of an enhancement
issue. Although on the face of it not an unreasonable request, there might well
be opposition to making Writer support non-legal HTML. (That's if I have
understood it correctly and the relative tag is not legal.)

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



[sw-issues] [Issue 88277] Graphics are not shown fro m a imported html file

2008-04-17 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88277


User es changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Apr 17 10:33:21 + 
2008 ---
And an enhancement will not bring much beause unfortunately, we have no
ressource available to fix or improve the HTML component, so that we only can
fix crashes and huge regressions.
Thus, closing.

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



[sw-issues] [Issue 88277] Graphics are not shown fro m a imported html file

2008-04-16 Thread mike_hall
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88277





--- Additional comments from [EMAIL PROTECTED] Wed Apr 16 08:45:41 + 
2008 ---
Created an attachment (id=52847)
this document with base tag loads OK


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



[sw-issues] [Issue 88277] Graphics are not shown fro m a imported html file

2008-04-16 Thread mike_hall
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88277


User mike_hall changed the following:

What|Old value |New value

  CC|''|'mike_hall'





--- Additional comments from [EMAIL PROTECTED] Wed Apr 16 08:46:17 + 
2008 ---
added self as cc

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



[sw-issues] [Issue 88277] Graphics are not shown fro m a imported html file

2008-04-16 Thread mike_hall
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88277





--- Additional comments from [EMAIL PROTECTED] Wed Apr 16 08:43:39 + 
2008 ---
There does seem to be a problem with this document. If you make any change,
save, close and reload, the problem goes away. However, the problem is not
simply that of removing the base tag (though this is the effect of the edit and
save). Other html documents with the same base tag load fine. I will add an
example, using the same graphic. 

Please can you provide the simplest possible example of an html file which shows
this problem so the cause can be more easily determined. 

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



[sw-issues] [Issue 88277] Graphics are not shown fro m a imported html file

2008-04-16 Thread marcelm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88277





--- Additional comments from [EMAIL PROTECTED] Wed Apr 16 18:45:58 + 
2008 ---
Ok I tried mikes html and found this:

The command base href=./ / fails to load the graphics

But the command  base './'  works. The graphics are shown.

The quotes are not the issue it's the attribute href

Explanation: http://www.w3schools.com/TAGS/tag_base.asp 

If I got it right the command base './' is undefined 




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



[sw-issues] [Issue 88277] Graphics are not shown fro m a imported html file

2008-04-15 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88277


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |es





--- Additional comments from [EMAIL PROTECTED] Tue Apr 15 06:02:20 + 
2008 ---
Reassigned to ES.

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



[sw-issues] [Issue 88277] Graphics are not shown fro m a imported html file

2008-04-15 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88277


User es changed the following:

What|Old value |New value

Keywords|  |needmoreinfo





--- Additional comments from [EMAIL PROTECTED] Tue Apr 15 11:05:01 + 
2008 ---
Please attach a sample document.

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



[sw-issues] [Issue 88277] Graphics are not shown fro m a imported html file

2008-04-15 Thread marcelm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88277





--- Additional comments from [EMAIL PROTECTED] Tue Apr 15 17:49:03 + 
2008 ---
Created an attachment (id=52833)
html file


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



[sw-issues] [Issue 88277] Graphics are not shown fro m a imported html file

2008-04-15 Thread marcelm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88277





--- Additional comments from [EMAIL PROTECTED] Tue Apr 15 17:50:42 + 
2008 ---
Created an attachment (id=52834)
sample graphics file


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



[sw-issues] [Issue 88277] Graphics are not shown fro m a imported html file

2008-04-15 Thread marcelm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88277





--- Additional comments from [EMAIL PROTECTED] Tue Apr 15 17:54:06 + 
2008 ---
download both files and store them both in the same directory. Open the html
file with oowriter and you see that the graphic is not loaded. 

Now open the html file with a text editor and remove the base href... tag. 
Open the file again. Graphic is now shown.

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



[sw-issues] [Issue 88277] Graphics are not shown fro m a imported html file

2008-04-14 Thread marcelm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88277
 Issue #|88277
 Summary|Graphics are not shown from a imported html file
   Component|Word processor
 Version|OOo 2.4.0
Platform|Opteron/x86_64
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P4
Subcomponent|viewing
 Assigned to|mru
 Reported by|marcelm





--- Additional comments from [EMAIL PROTECTED] Mon Apr 14 20:15:40 + 
2008 ---
Opening a html file (e.g oowriter myfile.html) with graphics results in not
shown graphics.

firefox and ephihany show the graphics without any problems but oowriter shows
only the alternative text and no graphics. The graphics are in the same folder
as the html file to open.

I looked in the html file and found the issue:

base href=./ /  If I remove this line everything is fine.

I'm not an expert in the html tags but for me this looks like a bug.

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