Opened 17 years ago
Closed 17 years ago
#7261 closed defect (bug) (fixed)
Press This
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | major | Version: | |
Component: | General | Keywords: | Press This |
Focuses: | Cc: |
Description
When creating a new post from "Press This", the article does not link back to the original source if you click on the picture tab. If however, you stay on the default tab of text and press the link button, it will work.
These features are very important to tumblogs, or if you link to lots of blogs.
Change History (14)
#2
@
17 years ago
If you don't have any text selected when you click on "Press This", it will automatically put a link in the post with the title (of the site) as the link (example: You are on gmail.com and press the bookmarklet. Your new post would open up with a link that said "Gmail - Inbox (X) - xxxxxx@…".
However, if you have text selected when you press your bookmarklet the whole selection becomes a link. I don't believe this is the intended behavior. To make matters worse, if you then click on the "Photo" tab, the large link converts to plain text and stays like that even if you click back on the "Text" tab
Does this help clarify? I'm using Firefox 3.
however, when I use Safari, or IE7 (the css also appears to be messed up for use with ie7) the editor fails to appear at all. Instead, I see the code (example below)
<a href='http://www.autoblog.com/2008/07/09/g-power-aims-to-rival-m-with-supercharged-z4/'>a natural choice for anyone who wants a high performance BMW, but that hasn't stopped G-Power from offering go-fast parts for Bimmer ow</a>
Also, when I've tried clicking my bookmarklet in IE6, nothing appears. If I click on the link (that you're suppose to add to favorites), it works fine. If I add it to my list, and try and click on it, it fails to open anything.
#6
@
17 years ago
Hey ryan, thanks for your help. I haven't been able to get tiny_mce editor to come up, but I think that might just be something on my end.
Also, would it be possible to have an option to automatically cite your source? Meaning that a link could be placed at the bottom of the post that leads directly back to the webpage you "Press This"ed from?
Thanks again!
#7
@
17 years ago
I think this might have something to do with why the IE 6 bookmarklet doesn't do anything.
#8
@
17 years ago
One way to potentially get around this is have separate bookmarklets for *good* browsers, and then one for IE.
By killing off the user agent string to see if it's firefox, you can save quite a few characters, and you should be within the 508 char limit.
#9
@
17 years ago
I can now confirm that if you stay under the 508 character limit that IE6 is limited to, the bookmarklet will appear.
Is there anything else I could try to get the editor and a link?
#10
@
17 years ago
Is TinyMCE missing from the regular write post page too, or just from Press This?
I'll work on shortening the bookmarklet.
#13
@
17 years ago
supposedly this patch fixes the editor not coming up.
http://trac.wordpress.org/attachment/ticket/6813/press-this-combined_7-11.patch
I see a link back to the source. Could you provide browser information and explicit steps to reproduce?