To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65818
                  Issue #:|65818
                  Summary:|Copying/pasting images from a browser paste the
                          |reference not the image itself
                Component:|Word processor
                  Version:|OOo 2.0.2
                 Platform:|Other
                      URL:|
               OS/Version:|Linux
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|editing
              Assigned to:|mru
              Reported by:|gpoo





------- Additional comments from [EMAIL PROTECTED] Sat May 27 17:41:17 -0700 
2006 -------
While I edit a file, I can copy images from Firefox and paste them into a
OpenOffice document (Writer in this case).

It can be done with a lot of images.  But the problem it is impossible to see
the document if the user do not have internet access, only appears broken 
images.

Evenmore, OOo get unresponsiveness when it try to open a file with a lot of
"remote images".

Applying 'strace' I noticed that:
- For each image it was asking to a NS for the hostname to get the image.
  (All of them where coming from *one* site, all of the with the same base
   URL).
- It was estableshing connections with the webserver, downloading the image 
  and such.

In MS Word, if you copy & paste an image, the image is *copied* into the file
by default.

I noticed this bug after my wife told me that her OOo looked broken because she
couldn't open some files.  I tried one of them, and I turned of my network
connection and the file was opened pretty quickly.

After that I applied 'strace' to the pid of soffice, and I saw a lot of entries
with connect and recv calls.  I filtered the connect I got the followings lines
*a lot* of times repeated:

connect(36, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("146.83.183.94")}, 28) = 0
connect(36, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("128.196.198.125")}, 16) = 0

Evenmore, If I only click the image I get:

connect(36, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("146.83.183.94")}, 28) = 0
connect(36, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("146.83.183.94")}, 28) = 0
connect(36, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("146.83.183.94")}, 28) = 0
connect(36, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("146.83.183.94")}, 28) = 0
connect(36, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("128.196.198.125")}, 16) = 0

4 queries to DNS? It seems it doesn't manage an internal cache.

The same happend if, in the image property window, I click in the Picture tab.

I guess the problem resides in the way that VFS module is used.


I'm using Ubuntu Dapper with the followings packages installed:
ii  openoffice.org-calc               2.0.2-2ubuntu11 OpenOffice.org office
suite - spreadsheet
ii  openoffice.org-common             2.0.2-2ubuntu11 OpenOffice.org office
suite architecture ind
ii  openoffice.org-core               2.0.2-2ubuntu11 OpenOffice.org office
suite architecture dep
ii  openoffice.org-draw               2.0.2-2ubuntu11 OpenOffice.org office
suite - drawing
ii  openoffice.org-gnome              2.0.2-2ubuntu11 GNOME Integration for
OpenOffice.org (Widget
ii  openoffice.org-gtk                2.0.2-2ubuntu11 GTK Integration for
OpenOffice.org (Widgets,
ii  openoffice.org-help-es            2.0.2-2ubuntu5  Spanish help for
OpenOffice.org
ii  openoffice.org-impress            2.0.2-2ubuntu11 OpenOffice.org office
suite - presentation
ii  openoffice.org-java-common        2.0.2-2ubuntu11 OpenOffice.org office
suite Java support arc
ii  openoffice.org-l10n-common        2.0.2-2ubuntu5  common files for
OpenOffice.org language and
ii  openoffice.org-l10n-en-us         2.0.2-2ubuntu11 English_american language
package for OpenOf
ii  openoffice.org-l10n-es            2.0.2-2ubuntu5  Spanish language package
for OpenOffice.org
ii  openoffice.org-math               2.0.2-2ubuntu11 OpenOffice.org office
suite - equation edito
ii  openoffice.org-writer             2.0.2-2ubuntu11 OpenOffice.org office
suite - word processor

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