HTML editor changes image referenes--copies whole path

User Help for Seamonkey and Mozilla Suite
User avatar
Frank Lion
Posts: 21178
Joined: April 23rd, 2004, 6:59 pm
Location: ... The Exorcist....United Kingdom
Contact:

Re: HTML editor changes image referenes--copies whole path

Post by Frank Lion »

frg wrote:It' smaller :)
Well, yes, smaller plus gives toolbar button text alongside the buttons, even if the rest of the 'suite' is in 'Icons' mode, as most are.

Reckon you're using 'Icons and Text' mode with text underneath? So you just see smaller buttons and think WTF? :P

I did it #1. because Composer has no Customize mode. #2. I kept forgetting what the buttons in it, er, did. #3. It takes up less space and looks better.

I thought you could sling it in Default to demonstrate what an actively maintained component of the 'suite' Composer is. (it's a tip I got from the Firefox devs.) :)
"The only thing necessary for the triumph of evil, is for good men to do nothing." - Edmund Burke (attrib.)
.
frg
Posts: 1361
Joined: December 15th, 2015, 1:20 pm

Re: HTML editor changes image referenes--copies whole path

Post by frg »

>>
I thought you could sling it in Default to demonstrate what an actively maintained component of the 'suite' Composer is. (it's a tip I got from the Firefox devs.) :)

Overall it looks better but I find 0.6 a little small. Didn't have much time yesterday. Will try with 0.7 and 0.8.

FRG
User avatar
Frank Lion
Posts: 21178
Joined: April 23rd, 2004, 6:59 pm
Location: ... The Exorcist....United Kingdom
Contact:

Re: HTML editor changes image referenes--copies whole path

Post by Frank Lion »

frg wrote:Overall it looks better but I find 0.6 a little small.
I think you're right. It was coded up very quickly ages ago, the massive SM logo is now OK, but is giving a 16x16 pinched look to the main buttons -

http://franklion.co.uk/GEN-LINKS/Comp.png

0.8, 0.8 gives a much more balanced 22x22 look to the whole UI. As a bonus, it also gives the buttons proper identity, i.e. you can see them properly. -

http://franklion.co.uk/GEN-LINKS/Comp2.png

It even looks OK on Default*. :P


*toolbar button text is too small in Modern here, but it's not my scaling code doing that.
"The only thing necessary for the triumph of evil, is for good men to do nothing." - Edmund Burke (attrib.)
.
isaacschemm
Posts: 270
Joined: January 20th, 2015, 12:29 pm

Re: HTML editor changes image referenes--copies whole path

Post by isaacschemm »

Looks like a bug about the copy/paste images issue was filed in October of 2012:

https://bugzilla.mozilla.org/show_bug.cgi?id=805359
User avatar
BruceAWittmeier
Posts: 3076
Joined: June 9th, 2008, 10:53 am
Location: Near 37.501685 -80.147967

Re: HTML editor changes image referenes--copies whole path

Post by BruceAWittmeier »

If you drag/drop a file from your PC locally it will apply the location of the file such as file:///images/title2.gif. If Seamonkey is updated it may work better as I don't believe KompoZer is being updated since 0.7b I believe.

I just opened KompoZer, dragged the image Frank posted and it created this with the doctype as the first line (doesn't copy from KompoZer).

Code: Select all

<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body>
<img src="http://forums.mozillazine.org/static/common/images/title2.gif"
alt="http://forums.mozillazine.org/static/common/images/title2.gif"
class="transparent">
</body>
</html>
Image
I often take a long windy road to my destination. Upon arrival, I wonder how I missed the shortcut.
Post Reply