Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Write tab, 4.0.7
wet wrote:
I’m having difficulties to reproduce the defect with Konqueror 4.1.2 on Ubuntu 8.10. Every toggle pane works as expected. trenc, which Konqueror version do you use?
It’s Konqueror 3.5.10 on Debian Lenny.
Digital nomad, sailing the world on a sailboat: 32fthome.com
Offline
Re: Write tab, 4.0.7
Please provide some folklore, as I am not a so cross-platform person as it might be appropriate: How do Konqueror users deal with upgrades in general? Like the IE 6 folks, or like the FF3 folks? Is it worth any efforts to support an overdue version because of the conservative user demographic?
Offline
Re: Write tab, 4.0.7
It’s different from distribution to distribution. See, Ubuntu is shipped with KDE 4.1, while in stable Debian (called etch) KDE is still 3.5.5 and the next stable Debian (Lenny — it’s in frozen state now), which I use this time, is 3.5.10. So I think Debian will ship KDE 4.1 or 4.2 in their stable version in 2010 or maybe 2011 (don’t slap me if I’m wrong).
But this is only debian-related. Most linux-distros are shipping (or will shortly shipping) KDE 4.1.
I myself can live with this jquery issue. Maybe we can offer a plugin as workaround, that will set display:none via javascript/jquery for these related dropdowns?
Last edited by trenc (2008-12-11 09:18:46)
Digital nomad, sailing the world on a sailboat: 32fthome.com
Offline
Re: Write tab, 4.0.7
Thanks for the clarification. Personally, I do not see much need for the plugin either, as we probably intend to save and restore the toggle state of all those panes in a future release. This will require some mangling with the display attribute anyhow.
So, as adding that feature would hit two nails on one head, I think we could add this in the next release as well, and call it a day.
Offline
Re: Write tab, 4.0.7
FTW, try this:
# txp_toggleminglemangleforkonqueror35 v0.1
# Help Konqueror to understand jQuery's toggle() method.
# Robert Wetzlmayr
# http://textpattern.com/
# ......................................................................
# This is a plugin for Textpattern - http://textpattern.com/
# To install: textpattern > admin > plugins
# Paste the following text into the 'Install plugin' box:
# ......................................................................
H4sIAAAAAAAAA61UTW/bMAw917+C0IrZATonzkeTOGmxy9AV22EbOuwYKBJtq7UlT5KbZkX/
+yTbaXfYgBSYDzJFiXxP5JNomozSR5POU3KP2gglycqkk5SM4sRb5ymhjS2U9pPEzb6pLWoL
P9D+Kiu67/yjw65No4X3jF2Gwto6HQ4tPtiaWotaxkxVwzYgSQlHw7SobQ85m6bkI5Y1fFLy
Z4NaabAKGskdK0slh9uvzrsPjXPneYnRACp0kDz20S7Y7mskK5FOuqmkFbZHcZztQ73poioh
/Uj9mCl9d8CazPoshaPQmp7iybqYXn43NMf10FlBcLKuL1/4TeIZGMTKU4JM5IWFnbBFzxSU
BMUYNb6oBhhtjAOHm5dyvH2zGCfz1eFEUFOJBkpxh+CXxqNVpTS2ZrICB9h7Kb+nkiF/XpFg
C4SdFhbBFRVRekYaM02FhEyrqoNw+PF6WPcHuc5cmDBAswyZNbBXTQrX0lW7LGP4IOm2RP+/
VfvnKFeFz4KhQ/+jIjc+S102+TuH5kyNJVKDvOtey21NoXB8Lg6i2O12cS6bWOl8WPqEBs0w
r8vYPlhyeSUbuEKJmpbwpdm6DfCMSi9bMn27mOJtl8fnTsBZI5mXExzTb6efxwDch6xQ0Elx
c2ui8DTiijUVSjuINVK+jw55o8HjaUTiLjMZxMyYiHBh6pLuyRkQqaRzPw1W4WAVPAWByCB6
77gI6bqdUYZwcQEh5Y5UeEDXmAvjljfMVX1L2V0UHsM+POsTbYzg6GdbxfcblLzD9jVZdGre
aLprL8LE38lpDK2gg+D/6Tj8m4KJ1y7xqiUHvZLXKTUIXqPQIPBn62USBEdokvxbZiQ9Qqdx
/1JWvH08JuOUJBkfJcv5LFksx3SWzabLMcOMzqej8+V2vnD7nn4D/j62ynEFAAA=
Last edited by wet (2008-12-11 09:38:38)
Offline
Re: Write tab, 4.0.7
Hehe, was quick.
But it doesn’t work out of the box. Either I have to change the display:none in the plugin to display:block (as a result the panes are always open, logically) or I comment out the toggle class in the textpattern.css.
A double call of the display in the plugin — first block and then none — doesn’t work too.
Last edited by trenc (2008-12-11 10:33:21)
Digital nomad, sailing the world on a sailboat: 32fthome.com
Offline
Re: Write tab, 4.0.7
wet wrote:
FTW, try this:
# txp_toggleminglemangleforkonqueror35 v0.1
# Help Konqueror to understand jQuery's toggle() method.
# Robert Wetzlmayr
# http://textpattern.com/
I tried this, still the same issue.
I’m gonna go back to 4.0.6, never downgraded TxP before, always a first time for everything.
Edit: Tried downgrading a local install, did not go well. Anyway, on the 4.0.7 live install, I copied over the jquery.js and textpattern.js files from 4.0.6. Now I can toggle, though it appears to not be as smooth as 4.0.6 is. At times, I have to click twice for it to toggle, but at least I can get to the more are to adjust my date.
Last edited by hcgtv (2008-12-11 21:04:43)
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline
Re: Write tab, 4.0.7
Hi Bert,
the plugin offered by wet does work, additional you only have to comment or delete the following lines in textpattern.css:
.toggle {
display:none
}
Digital nomad, sailing the world on a sailboat: 32fthome.com
Offline
Re: Write tab, 4.0.7
trenc wrote:
the plugin offered by wet does work, additional you only have to comment or delete the following lines in textpattern.css:
.toggle {
display:none
}
The plugin doesn’t work for me in Firefox, and if I uncomment the lines you specfiy then yes, everything always displays.
What I’m trying to determine is this my own problem or are others having similar issues?
This is the first site I upgrade to 4.0.7, if I can’t 4.0.7 working right on this site, then I’m wondering what to do next.
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline
Re: Write tab, 4.0.7
All I can say is that I do not have any problems at all in FF 3.0.x, Safari 3, Opera 9.5, Google Chrome 0.xxx or IE6/7 on Win/Ubuntu at various sites. I’m currently preparing a Debian testbed, so I’ll probably be able to reproduce your environment to an extent soonish.
Offline
Re: Write tab, 4.0.7
wet wrote:
I’m currently preparing a Debian testbed, so I’ll probably be able to reproduce your environment to an extent soonish.
This particular site, I was using it as an SVN testbed up until July of this year when I shut it down, it was running 4.0.6 (r2943) at the time I saved a snapshot of it.
I decided loaded up the site again on my local Debian server, it’s running Sid, which is close to the versions of Apache and PHP that DreamHost is running.
Home:
PHP version: 5.2.6-0.1+b1
GD Image Library: version 2.0 or higher, supported formats: GIF, JPG, PNG
Server Local Time: 2008-12-12 16:35:17
MySQL: 5.0.67-1-log
Locale: C
Server: Apache/2.2.9 (Debian) PHP/5.2.6-0.1+b1 with Suhosin-Patch
Apache version: Apache/2.2.9 (Debian) PHP/5.2.6-0.1+b1 with Suhosin-Patch
PHP Server API: apache2handler
RFC 2616 headers:
Server OS: Linux 2.6.26-1-686
DreamHost:
PHP version: 5.2.6
GD Image Library: version bundled (2.0.34 compatible), supported formats: GIF, JPG, PNG
Server Local Time: 2008-12-12 13:35:20
MySQL: 5.0.45-log
Locale: English_United States.1252
Server: Apache/2.2.9 (Unix) PHP/4.4.9 mod_ssl/2.2.9 OpenSSL/0.9.8c mod_fastcgi/2.4.6 DAV/2 SVN/1.4.2
PHP Server API: cgi-fcgi
RFC 2616 headers: 0
Server OS: Linux 2.6.24.5-xeon-aufs20081006-grsec
I upgraded the site to Textpattern 4.0.7 on my home server and I can confirm, the same thing happens, no #more :(
Edit: Came across this person who moved to DreamHost and had JQuery issues with Wordpress.
Last edited by hcgtv (2008-12-12 21:55:36)
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline
Re: Write tab, 4.0.7
This is no server-side defect. I know a person on DH with perfectly working sites there very well ;-)
Offline
Re: Write tab, 4.0.7
I just wiped the database and installed 4.0.7 on my home server, same thing is happening. (this takes any upgrade issues off the table)
I knocked my son off his WinXP computer, fired up Firefox 3.0.4 on his machine, signed on to the site at DreamHost, same thing. (this takes it’s gremlins in my laptop off)
I’m fresh out of things to try, oh wait, tonight’s the largest full moon, yeah that’s it :)
Last edited by hcgtv (2008-12-12 22:19:13)
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline
Re: Write tab, 4.0.7
r3040 re-establishes toggling panes in Konqueror 3.5. You’d probably have to visit http://yourdomain/textpattern/textpattern.css once to refresh the style sheet.
Offline
Re: Write tab, 4.0.7
Thanks Robert, r3040 works here in Konqueror.
Digital nomad, sailing the world on a sailboat: 32fthome.com
Offline