Page 2 of 2

Posted: Wed May 30, 2007 7:12 pm
by Luke
oh believe me, I do. If I hadn't, that site would have had a lot more issues w/out javascript than it does, but thanks all the same. :)

Posted: Wed May 30, 2007 7:30 pm
by RobertGonzalez
When you get a second, can someone please tab that markup? 8O

That reminds me of my first HTML from 1998 :oops:

Posted: Wed May 30, 2007 7:44 pm
by superdezign
Everah wrote:When you get a second, can someone please tab that markup? 8O

That reminds me of my first HTML from 1998 :oops:
Or, better yet, remove all newlines and make it all into one big line of HTML. That'll teach Everah to criticize your tabbing!

:lol: :wink:

Posted: Thu May 31, 2007 10:13 am
by Luke
It is actually spaced out very neatly, but unfortunately the ecommerce platform does what it pleases with whitespace. It's very annoying. :evil:

Posted: Thu May 31, 2007 10:35 am
by RobertGonzalez
superdezign wrote:
Everah wrote:When you get a second, can someone please tab that markup? 8O

That reminds me of my first HTML from 1998 :oops:
Or, better yet, remove all newlines and make it all into one big line of HTML. That'll teach Everah to criticize your tabbing!

:lol: :wink:
I'd go for this, as long as there were 35,000 lines of whitespace first, then the one line of HTML. Now that would be top class.

@ninja, I feel you. I have seen other apps do that with the output. It is more than a little annoying when viewing source to make sure everything renders right and having to tab out what got chopped to crap by the parsing. Oh well, what can you do...

Posted: Thu May 31, 2007 11:11 am
by superdezign
Everah wrote:
superdezign wrote:
Everah wrote:When you get a second, can someone please tab that markup? 8O

That reminds me of my first HTML from 1998 :oops:
Or, better yet, remove all newlines and make it all into one big line of HTML. That'll teach Everah to criticize your tabbing!

:lol: :wink:
I'd go for this, as long as there were 35,000 lines of whitespace first, then the one line of HTML. Now that would be top class.
Hehe. Now your thinking. :lol:
Everah wrote:@ninja, I feel you. I have seen other apps do that with the output. It is more than a little annoying when viewing source to make sure everything renders right and having to tab out what got chopped to crap by the parsing. Oh well, what can you do...
Only view source through Firebug or some other Firefox "View Source" add-on. ^_^

Posted: Sat Jun 09, 2007 1:44 am
by Luke
OK, I've got a problem. In IE7, for some reason, when you click on the search box in the gray bar (on every page) for some reason it doesn't get the text box focus. It will give it focus if you click its label, but nobody will know to do that. :( Can anybody tell me why this is happening?

Posted: Sat Jun 09, 2007 9:28 am
by RobertGonzalez
Does the email box at the bottom of the page work as expected?

PS In IE6, the text box gets focus but doesn't change style. Also, in IE6, clicking the label does NOT bring focus to the field.

Posted: Sat Jun 09, 2007 10:32 am
by Luke
Everah wrote:Does the email box at the bottom of the page work as expected?
No, it's a work in progress. I just put something up there for now that accepts anything until I get the time to learn how to write a proper mailing list module for miva merchant (mivascript is a ridiculous language)
Everah wrote:PS In IE6, the text box gets focus but doesn't change style. Also, in IE6, clicking the label does NOT bring focus to the field.
That's because IE6 doesn't support those features. It's a steaming pile of poopie. Image

Posted: Sat Jun 09, 2007 10:43 am
by RobertGonzalez
Well then...

It's time for breakfast.

Posted: Mon Jun 11, 2007 5:55 pm
by Luke
Anybody know what is causing this?
OK, I've got a problem. In IE7, for some reason, when you click on the search box in the gray bar (on every page) for some reason it doesn't get the text box focus. It will give it focus if you click its label, but nobody will know to do that. Sad Can anybody tell me why this is happening?
EDIT: It only happens if there is no text in the box, so for a temporary fix, we've put default text in there. To see what I'm talking about, just clear the text, remove focus, and then try clicking it again... it won't give the textbox focus. This browser is just as big of a pile as IE6 was. It's such a shame. :(

Posted: Mon Jun 11, 2007 7:14 pm
by superdezign
Basically every form element in IE is flawed. And to think, their's is the least "styled" of all browsers.


Try playing around with relative positioning. I remember once I had the same problem with a submit button in IE7, and just moved it up to where the button was reacting to, and it worked fine. It was, obviously, part of an IE conditional.