Topic

New montbell site

  • This topic is empty.
Viewing 25 posts - 1 through 25 (of 26 total)
PostedApr 19, 2007 at 5:00 pm

When you click on an item detail there are several tabs. Click on the TECH SPECS tab and the weight will be listed.

PostedApr 19, 2007 at 5:15 pm

At least using my Mac's Safari browser(latest version), there are no tech spec tabs to be found.

PostedApr 19, 2007 at 5:27 pm

Funny, I just tried with the Mac versions of Firefox 2 and Microsquash Explorer.
No joy.

This is on a new Intel Mac.

update—pre-mature on Firefox—Joy at last. Glad I'm getting the Cocoon Pants.

PostedApr 19, 2007 at 5:32 pm

It works on Firefox 1.5.0.11 on a Macbook.

But on the old website you could view the weight on the overview, without having to click any tabs, much better. On the other hand now it looks like you have some more info?

Roger B BPL Member
PostedApr 19, 2007 at 5:35 pm

Firefox 2.0.0.3 and Intel Mac you get the Tech Specs but they do not appear on Safari 2.0.4

Hmmmmm

PostedApr 20, 2007 at 6:01 am

“Firefox 2.0.0.3 and Intel Mac you get the Tech Specs but they do not appear on Safari 2.0.4

Hmmmmm”

Likely as not, it’s a CSS standard or something else that Webkit (the rendering engine that Safari is built on) does not support yet. That or… Apple really hasn’t updated the version of Webkit that they use in a while. If you use Shirra or Sunrise (both Profiled in MarMerc’s Freeloader Friday Specialized Browsers), you can choose to use them with the Webkit nightly build which likely works. (Note, I *think* it’s possible to update Safari to the new webkit, but that’s a little beyond my ken)

dislaimer: I’ve not actually had an opportunity to use either of the browsers yet as my work computer is a M$ machine and I don’t get on my home computer much (I LOVE macs) as when I get home at night about all I want to do is play with my son and talk with my wife.

David Lewis BPL Member
PostedApr 20, 2007 at 8:26 am

Pretty bad for a company of their size not to do proper browser testing.

David Lewis BPL Member
PostedApr 20, 2007 at 9:04 am

The code actually looks pretty good… javascript is over-used where CSS would suffice… but the code is good and mostly standards compliant… save for some invalid ID characters (slashes) and unclosed input and img tags.

The issue is that the author has used text-indent:-9999px; to hide text equivilants for the tab links offscreen… so Safari is moving the entire link -9999px to the left… instead of just the text contained within the link. I've often found using text-indent to hide text problematic and unpredictable. Better to wrap the text inside the links with another element (like <span>) and then write a declaration like…

#dispCont div.tabCont h3 a span {
position:absolute;
left:-9999px;
}

I'm not familiar enough with the W3 spec to know if Safari is behaving properly or not… but the fact remains that simple browser testing would have caught this rather nasty issue. Safari accounts for the **vast** majority of Mac users.

PostedApr 20, 2007 at 9:57 am

>>Safari accounts for the **vast** majority of Mac users.

To be sure, David. I hate dancing between browsers. The sites I generally frequent ( and they are many due to professional related work) are in the vast majority of cases, Safari functional. These include the many European and E. Asian design and manufacturing sites I have to interface with.

PostedApr 20, 2007 at 10:02 am

"The code actually looks pretty good…"

Okay, so I didn't understand most of what you said… but I have a lot of respect for whatever you said.

Anyhow, many corporations do ignore macs as a whole, unfortunately…

David Lewis BPL Member
PostedApr 20, 2007 at 5:36 pm

I actually did send them a messsage. Very polite. Just pointed out the error and suggested that they do more testing on the Mac. I even gave them the solution :) With any luck… it will get forwarded to someone who can actually fix it. It's a 2 minute fix. Super easy… if you have access to the files.

PostedApr 20, 2007 at 5:46 pm

Thanks, David. I had also emailed Montbell, earlier today, and brought their attention to this thread.

Now to see how much they care.

Eric Noble BPL Member
PostedApr 23, 2007 at 7:51 am

I just went to the Montbell site using Safari and the tabs appeared and worked. I'll betcha someone really appreciated David's code!

David Lewis BPL Member
PostedApr 23, 2007 at 9:31 am

Wow. I was extremely skeptical that I had anything to do with this… so I went to the Montbell site and took a look. The code is exactly that same. Nothing has changed. Did you run that recent Mac OS X update? Maybe there was something in that which changed Safari's behaviour. Anyway… cool that it's working now in any case.

PostedApr 23, 2007 at 10:16 am

David, the only OSX update I've run lately was a security patch. Would that have influenced the browser behavior in this case?

Eric Noble BPL Member
PostedApr 23, 2007 at 10:34 am

I haven't run the latest update yet. Something changed…I went to Montbell's site at home and at work and it now works when it didn't before and neither of my machines have changed. Someone must have sacrificed a rubber chicken to the coding gods :).

PostedApr 23, 2007 at 10:46 am

"I just went to the Montbell site using Safari and the tabs appeared and worked. I'll betcha someone really appreciated David's code!"

Yay! I wonder if David can score some free gear? ;)

David Lewis BPL Member
PostedApr 24, 2007 at 5:02 pm

FYI… just for this from Montbell:

"David,

Thank you for your feedback. Last week was week #1 for our new website, and as you can imagine we expected a few bugs here are there. I believe that the MAC Safari issue has been repaired. Please let me know if you have any additional comments or questions.

Thank you"

Viewing 25 posts - 1 through 25 (of 26 total)
Loading...