Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2006-01-01 12:46:52
- TheUsability
- Member
- Registered: 2005-05-03
- Posts: 51
4.0.3: comment_remember producing crap in Safari
comment_remember seems to be producing crap in Safari (last version). The checkbox is inserted into the “remember”-text.
In Mozilla/Camino/Firefox, everything is okay. Is there any way to style this/edit this?
Offline
Re: 4.0.3: comment_remember producing crap in Safari
This bug report is “crap” (to describe it in your preferred language).
We need some specifics to work with, like expected markup and actual markup. Or is your iusse with the css? I can’t tell from your description. If you want to make a suggestion on what works in Safari (and it doesn’t break in the other browsers), I’ll be glad to make the necessary changes.
Viewing the html-source should show the checkbox of having an id of “remember”, which you can style with CSS. If you need more help with that, don’t hesitate to ask.
Offline
#3 2006-01-01 14:35:13
- TheUsability
- Member
- Registered: 2005-05-03
- Posts: 51
Re: 4.0.3: comment_remember producing crap in Safari
Sorry for using the word “crap”, but it just looks like “crap” ;)
What’s inserted when I’m using txp:comment_remember is this:
< input type=“checkbox” name=“forget” value=“1” id=“forget” / >< label for=“forget”>Vergessen< /label >
I don’t style “forget” in any way. What happens is that the checkbox is directly inserted into the word “Forget”.
Last edited by TheUsability (2006-01-01 14:38:01)
Offline
Re: 4.0.3: comment_remember producing crap in Safari
Try giving the input#forget and input#remember selectors a margin-right attribute in your CSS.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#5 2006-01-01 16:04:07
- TheUsability
- Member
- Registered: 2005-05-03
- Posts: 51
Re: 4.0.3: comment_remember producing crap in Safari
Interestingly, a selector called “remember” doesn’t seem to be used at all. I only got “forget” in my source (see markup above)
Offline
Re: 4.0.3: comment_remember producing crap in Safari
Once you #forget
, you will have the chance to #remember
, again. <small>(I am planning a year of poetic posting vocabulary :-)</small>
I.e., check “Forget” once to make “Remember” reappear.
Last edited by wet (2006-01-01 20:36:28)
Offline
#7 2006-01-01 20:47:54
- TheUsability
- Member
- Registered: 2005-05-03
- Posts: 51
Re: 4.0.3: comment_remember producing crap in Safari
Ah, sweet, got it ;) (At least the #remember + #forget thing. CSS Styling still doesn’t look good.)
Last edited by TheUsability (2006-01-01 20:50:24)
Offline