Hi, I have a couple of problems with this Extension that I’d like to tell you about. 1. In IE7 - The insert web link button doesn’t seem to work properly for me. I type some text, for example: “I want to create a LINK HERE” I select the text that I want to become the anchor (LINK HERE) , enter the URL in the popup and press enter, and I get the following output:It seems to be copying part of the text and repeating it and including it in the anchor text. This is obviously not what its supposed to do!I want to create a "I want to create a LINK HERE":http://www.google.com
Hi,
I can’t help fix the problem but I can tell you that I was having the same issue and talked to the developer of this extension (a few pages back in this thread) and got the feeling that the IE support wasn’t tops on the list of things to fix. It seems that this does only happen in IE though. You’ll notice too that it’s not only the link button that messes up. I can’t remember exactly all of the errors I received, but the URL button was giving me fits too.
Edit: Actually, my post where I experienced these problems was on this page at the top: http://ellislab.com/forums/viewthread/54264/P90/#450645
Hi and thanks for the swift reply. Yes. The web link issue does appear to be an IE issue. It goes crazy in IE7 as I described, and I have just tested in IE6 and the web link buttons just do not work at all. Personally, I can live with it, as I use Firefox and Safari (anything but IE!) - but the client uses IE7, although it loks like I will have to insist on them using Firefox.
The display issue I mentioned happens in ALL browsers though, so I am hoping to get some assistance with that problem, if possible 😊
EDIT - Sorry I completely missed your post earlier in this thread about the IE7 issues. I thought I’d read every post! At least its not just me then! It will have to be Firefox for now I suppose.
Hi Deron, could I just ask if you have noticed the display glitch that I mentioned above, whereby the TEH toolbar buttons block out items in the Publish and Edit list? Just wanted to know if you experienced this at all.
The display problem is causing great frustration to the content editors, so I am extremely keen to see if this can be fixed, or just to hear back from anyone else who may have experienced the problem.
I included a screenshot earlier for reference.
I’ve never experienced it, but on all of my sites we have the TEH set on a field that is usually at the bottom of the publish form. I did go and test it out real quick in Firefox by changing the formatting on a field at the top to Textile and yes, it’s happening on my end as well.
One thing that I do on one of my sites is use the tab forward extension. On the publish page where you’ve got the “publish form,” “date,” “categories,” etc., tabs at the top, the tab forward extension will allow you to show any tab you one first rather than always defaulting to the “publish form” tab. We use the tab forward extension to show the “show all” tab by default so as soon as the publish page is brought up it shows the entry/expiration date area, categories, options, etc, all at once and thus pushing all custom fields down further in the page. This may work for you depending on how many tabs you have available as options. Hope that makes sense. 😉
Hi Deron and thanks, It does indeed make sense, although I think the client is pretty happy switching between the different tabs, rather than having them all show up in one long list. I will have a good think about it though, thanks for the excellent tip.
Sounds good. Yeah, for us, showing all by default was great so that the users who update the site didn’t miss anything like an entry date or expiration date because they forgot to switch tabs. 😉
My clients are not experienced in either Textile or Markdown, in fact I think they were probably expecting a WYSIWYG, so I had a choice as to what I could implement. I needed something with a toolbar like TEH uses, and I tried unsuccessfully to get Ryan Masuga’s MarkItUp extension to play ball for me, so the options became limited. I am hoping Ryan’s new version of MarkItUp (1.5) will work better for me, alas I think it may come too late for this project.
@angstmann - I have seen the problem of with a really long publish menu being obstructed by the TEH toolbar - and also Mark Huot’s file extension as well. It’s an easy fix, but it does require a small addition to the control panel theme’s css file, as it appears to be a positioning problem.
In your themes/cp_themes/default/default.css file around line 664 add a z-index declaration:
#publishdropmenu {
position: absolute;
visibility: hidden;
background-color: #E1E8E9;
margin: 0;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
z-index: 100; /* make sure menu is always on top */
}
Of course, this assumes you’re using the default cp theme, so if you’re using the “classic” theme or a custom cp theme you’ll have pick the correct file of course. And it doesn’t have to be 100 - I just picked a high value
-mike
That is absolutely FANTASTIC! Thanks imagehat - tried it and it works a treat. I had a feeling it would be z:index related as I know that controls stacking order of things, but had no idea where or how to implement it!
Thanks ever so much - that will really make my client happy! 😊
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.