Welcome, Guest. Please login or register.
July 19, 2025, 04:46:16 PM

Login with username, password and session length

Search:     Advanced search
we're back, baby
*
Home Help Search Login Register
f13.net  |  f13.net General Forums  |  General Discussion  |  Topic: Experimental YouTube video popup code installed 0 Members and 1 Guest are viewing this topic.
Pages: 1 [2] Go Down Print
Author Topic: Experimental YouTube video popup code installed  (Read 23277 times)
Trippy
Administrator
Posts: 23657


Reply #35 on: August 31, 2007, 07:17:43 AM

I'd like it better if back was intercepted and did close rather than previous url.
I haven't seen any other CSS popup like mine override the back button like that. If you can point to some examples that do I might consider it but otherwise I ain't messin with the Back button.

Quote
And also it seems to screw up every so often and fail to accept the mouse position as legit for hitting play so you have to wander around with the mouse until you find a location it likes.
Where is the link and the "window" in relationship to each other and the top and bottom of the browser window when that happens?
Trippy
Administrator
Posts: 23657


Reply #36 on: August 31, 2007, 07:23:04 AM

Has anyone else noticed trouble with pressing the play button in the popup window? I notice that I cannot click on it if I alt+tab to another program.
What browser and OS and describe the steps to reproduce.
Murgos
Terracotta Army
Posts: 7474


Reply #37 on: August 31, 2007, 07:44:46 AM

I'd like it better if back was intercepted and did close rather than previous url.
I haven't seen any other CSS popup like mine override the back button like that. If you can point to some examples that do I might consider it but otherwise I ain't messin with the Back button.

OK, can't really intercept the Back command and modern browsers won't let you play with the history.  I haven't really looked at what specific thing you are doing with Ajax to make all this work but there is always a solution.

Here is a pretty good statement of the problem and a few ideas:
Fixing the Back Button that Ajax Broke
Quote
Quote
And also it seems to screw up every so often and fail to accept the mouse position as legit for hitting play so you have to wander around with the mouse until you find a location it likes.
Where is the link and the "window" in relationship to each other and the top and bottom of the browser window when that happens?

The link and window appear to be normally located with relationship to each other and in the top left corner in relation to the browser window, which is where it has always been in my experience.
« Last Edit: August 31, 2007, 08:03:52 AM by Murgos »

"You have all recieved youre last warning. I am in the process of currently tracking all of youre ips and pinging your home adressess. you should not have commencemed a war with me" - Aaron Rayburn
Trippy
Administrator
Posts: 23657


Reply #38 on: August 31, 2007, 08:20:02 AM

I'm not doing Ajax.

The link and window appear to be normally located with relationship to each other and in the top left corner in relation to the browser window, which is where it has always been in my experience.
Show me a screenshot of the full browser window then, demonstrating the problem.
cmlancas
Terracotta Army
Posts: 2511


Reply #39 on: August 31, 2007, 08:56:36 AM

Has anyone else noticed trouble with pressing the play button in the popup window? I notice that I cannot click on it if I alt+tab to another program.
What browser and OS and describe the steps to reproduce.


XPSP2, Firefox 2.0.0.6. If I click X video, then alt+tab into another window, and then alt+tab back, the browser window wants my cursor to be behind the popup code instead of in front of it.

f13 Street Cred of the week:
I can't promise anything other than trauma and tragedy. -- schild
Trippy
Administrator
Posts: 23657


Reply #40 on: August 31, 2007, 09:03:12 AM

Not able to reproduce. Are you running Noscript or Greasemonkey or other extension that might be mucking with the HTML/JavaScript/CSS?
cmlancas
Terracotta Army
Posts: 2511


Reply #41 on: August 31, 2007, 09:10:53 AM

Nope. Pretty standard. Although there may be an issue with the online poker software I am running at the moment. It could cause added wonkiness, I suppose.

f13 Street Cred of the week:
I can't promise anything other than trauma and tragedy. -- schild
Murgos
Terracotta Army
Posts: 7474


Reply #42 on: August 31, 2007, 10:50:20 AM

I'm not doing Ajax.
Same problem though.  You are manipulating the DOM by inserting a new xml tree into a node somewhere in the currently existing tree rather than creating a new URL resource (which would have a record in the History and thus proper back functionality).

Regardless, if that node insertion is triggered by a call to an XMLHttpRequest object or some other object, script or css, what is described in that link is the same issue.

I'll post a screenie of the other issue when I have some time at home.

"You have all recieved youre last warning. I am in the process of currently tracking all of youre ips and pinging your home adressess. you should not have commencemed a war with me" - Aaron Rayburn
Trippy
Administrator
Posts: 23657


Reply #43 on: August 31, 2007, 03:39:04 PM

Still doesn't matter. There are a ton of "Web 2.0" image gallery sites that have that same style popup to display images. For example go to here:

http://www.apple.com/iwork/numbers/

and click on one of the thumbnails in the "Number Showcase" callout on the right. Hit the back button and tell me what it does. Like I said above I'm not about to go against the UI paradigm that's already been set for this style of popups unless you can show me some examples that do that and then I might consider it.
Murgos
Terracotta Army
Posts: 7474


Reply #44 on: August 31, 2007, 06:02:36 PM

I disagree that you are following the same UI paradigm as is in the Apple link.  I'm not going to argue it though, it was just a pet peeve and no one else seems to care.  Eventually I will remember to hit close and not back.

"You have all recieved youre last warning. I am in the process of currently tracking all of youre ips and pinging your home adressess. you should not have commencemed a war with me" - Aaron Rayburn
Krakrok
Terracotta Army
Posts: 2190


Reply #45 on: August 31, 2007, 08:04:02 PM

Doesn't work in the latest Firefox on XPSP2 here either. Doesn't play in the div. If I click it enough times it opens the youtube page in a new window. It use to work but the video redraw would lag and look horrible.

Put the Flash embed on a seperate page and IFRAME it.
Trippy
Administrator
Posts: 23657


Reply #46 on: August 31, 2007, 08:56:59 PM

I have no problems with it on Firefox 2.0.0.6 on Windows XP SP2. You guys need to tell me what extensions you are running that may be affecting the JS/CSS/HTML/Flash.

Put the Flash embed on a seperate page and IFRAME it.
No.

Edit: trimmed quote
« Last Edit: September 01, 2007, 12:02:48 AM by Trippy »
schild
Administrator
Posts: 60350


WWW
Reply #47 on: August 31, 2007, 10:14:37 PM

It works fine on my FF2 WinxpSP2 box. Errr, this box.
Trippy
Administrator
Posts: 23657


Reply #48 on: September 01, 2007, 12:39:34 AM

Okay I made some mods to the popup code.

I added some spacing to the right of the CLOSE link so it overlaps less with the Adblock Plus button. The close link actually extends all the way to the right like before since I don't like screwing with Fitt's Law (I added an "X" as a reminder that you can still click there for people that aren't using Adblock Plus).

I've added little YouTube icon links that you can click on to go straight to YouTube instead of having to bring up the popup and then clicking the LINK link or doing it from the player controls. This is also a workaround for those using FF that are having trouble clicking on the controls in the popup -- you can just go straight to YouTube instead.

The link and icon behavior can be swapped (icon birngs up popup, text link goes to YouTube) so I've created a poll here:

http://forums.f13.net/index.php?topic=10803.0

for people to vote on their preference.

There's a known glitch with IE where the CSS padding around the YouTube icon isn't showing up that I haven't figured out yet.
Engels
Terracotta Army
Posts: 9029

inflicts shingles.


Reply #49 on: September 02, 2007, 06:12:39 AM

Its really wierd. Totally out of the box fresh instal of Vista here, and it still doesn't work for me.  Do you have to turn off pop up blocking or some such for f13?

I should get back to nature, too.  You know, like going to a shop for groceries instead of the computer.  Maybe a condo in the woods that doesn't even have a health club or restaurant attached.  Buy a car with only two cup holders or something. -Signe

I LIKE being bounced around by Tonkors. - Lantyssa

Babies shooting themselves in the head is the state bird of West Virginia. - schild
Trippy
Administrator
Posts: 23657


Reply #50 on: September 02, 2007, 06:54:33 AM

It's not a popup in the "popup blocker" sense of the word. Those are true browser windows that open up. This is just CSS and DHTML to do some layering effects. I still think your JavaScript is disabled or the JavaScript onClick() handler overriden somehow but I don't have Vista so I have no idea how to check for that.

Edit: I just tried it on IE 7 on XP, which works fine, and I didn't see any IE 7-specific JavaScript errors which would keep it from working.
« Last Edit: September 02, 2007, 07:11:36 AM by Trippy »
Cheddar
I like pink
Posts: 4987

Noob Sauce


Reply #51 on: September 05, 2007, 10:20:36 PM

Something on this site crashes my IE browser.  I assume its the goddamn youtube stuff you kids have been doing.


I fucking hate you tube (for serious).  Its the intardnet and I want text.

No Nerf, but I put a link to this very thread and I said that you all can guarantee for my purity. I even mentioned your case, and see if they can take a look at your lawn from a Michigan perspective.
Trippy
Administrator
Posts: 23657


Reply #52 on: September 05, 2007, 10:23:38 PM

Any particular page or all pages? Which IE are you using? 6 or 7? Is there a particular ad that shows up when that happens?

bhodi
Moderator
Posts: 6817

No lie.


Reply #53 on: September 06, 2007, 06:42:28 AM

I'm having some clicky weirdness. The middle of the start button doesn't respond to clicks (doesn't convert my cursor into active, either) and the volume/menu button doesn't work either.
Trippy
Administrator
Posts: 23657


Reply #54 on: September 06, 2007, 06:55:46 AM

Browser, OS, ad/Flash blocking software?
bhodi
Moderator
Posts: 6817

No lie.


Reply #55 on: September 06, 2007, 07:32:08 AM

It went away. I suspect it has something to do with where it popped up in relation to the firefox window. I'll keep my eye on it and take screenies if I can reproduce it.

winxp, firefox 2.0.0.6, ad block plus.
Cheddar
I like pink
Posts: 4987

Noob Sauce


Reply #56 on: September 06, 2007, 08:26:45 AM

WinXP, IE 7.  Its probably from an ad- I blocked all of them and will see if that clears the issue up.  Its sporadic, and unfortunetely I never caught what is doing it.

No Nerf, but I put a link to this very thread and I said that you all can guarantee for my purity. I even mentioned your case, and see if they can take a look at your lawn from a Michigan perspective.
Trippy
Administrator
Posts: 23657


Reply #57 on: September 06, 2007, 05:52:54 PM

It went away. I suspect it has something to do with where it popped up in relation to the firefox window. I'll keep my eye on it and take screenies if I can reproduce it.

winxp, firefox 2.0.0.6, ad block plus.
Yeah you are like the third person to report this but I haven't come across it myself and nobody has yet given me a reproducable test case. That's why I made the extra link so that people who are having problems like this one can just go straight to the YouTube page.
bhodi
Moderator
Posts: 6817

No lie.


Reply #58 on: September 14, 2007, 01:56:55 PM

Here's a reproducible test case. You can't hit the pause/play button in the lower left  and, while you can click on the playback bar to fast forward, you can't rewind. This is after it has played once:

« Last Edit: September 14, 2007, 01:58:26 PM by bhodi »
Trippy
Administrator
Posts: 23657


Reply #59 on: September 14, 2007, 05:49:12 PM

Okay I can sometimes reproduce the problem now with the timeline bar and the controls to the right. The problem seems related to those stupid Dock-like thumbnails YouTube added. You can tell there's something funny going on there cause you (I) can't "scrub" the thumbnails along the middle or top of the thumbnails, you have to do it near the bottom while in other browsers you can do it from any part of the thumbnail. If I avoid putting the cursor anywhere near those things I can't get things to break. Getting the Play/Pause button *not* to work is not easy to reproduce even when the timeline is not working but I did manage to break it once.

Unfortunately IE, Opera and Safari all don't have this problem so it's very likely to be Firefox-specific. but I'll see if I can figure out what's going on.
Righ
Terracotta Army
Posts: 6542

Teaching the world Google-fu one broken dream at a time.


Reply #60 on: September 14, 2007, 08:31:34 PM

I fucking hate you tube (for serious).  Its the intardnet and I want text.

Try a different browser:

http://links.sourceforge.net/

The camera adds a thousand barrels. - Steven Colbert
eldaec
Terracotta Army
Posts: 11844


Reply #61 on: September 30, 2007, 03:53:00 AM

btw, I found out why this doesn't work for me.

The simple machines theme kills it.

Works ok in default.


I don't miond much either way, but just thought I'd let you know.

"People will not assume that what they read on the internet is trustworthy or that it carries any particular ­assurance or accuracy" - Lord Leveson
"Hyperbole is a cancer" - Lakov Sanite
Trippy
Administrator
Posts: 23657


Reply #62 on: September 30, 2007, 04:41:16 AM

When you say default do you mean the white on black f13 theme?
Engels
Terracotta Army
Posts: 9029

inflicts shingles.


Reply #63 on: September 30, 2007, 07:53:27 AM

When you say default do you mean the white on black f13 theme?


Well, now I know why mine's not worked for all this time. I switched from the blue/white Simple Machines theme that I've used for the last year to the default black/grey/white theme and voila, it works.

Only minor issue is that the 'Download Now' feature of the latest Real Player is in the way of the closing 'x' at the top right, but I can live with it.

I should get back to nature, too.  You know, like going to a shop for groceries instead of the computer.  Maybe a condo in the woods that doesn't even have a health club or restaurant attached.  Buy a car with only two cup holders or something. -Signe

I LIKE being bounced around by Tonkors. - Lantyssa

Babies shooting themselves in the head is the state bird of West Virginia. - schild
eldaec
Terracotta Army
Posts: 11844


Reply #64 on: September 30, 2007, 11:58:15 AM

When you say default do you mean the white on black f13 theme?


Yep, the white on black one list as the forum default, that you get when not logged in makes it work.

Simple Machines, nada.

"People will not assume that what they read on the internet is trustworthy or that it carries any particular ­assurance or accuracy" - Lord Leveson
"Hyperbole is a cancer" - Lakov Sanite
Trippy
Administrator
Posts: 23657


Reply #65 on: September 30, 2007, 05:53:34 PM

When you say default do you mean the white on black f13 theme?
Well, now I know why mine's not worked for all this time. I switched from the blue/white Simple Machines theme that I've used for the last year to the default black/grey/white theme and voila, it works.

Only minor issue is that the 'Download Now' feature of the latest Real Player is in the way of the closing 'x' at the top right, but I can live with it.
I need to see a screenshot. I'm not installing that piece of malware.
Engels
Terracotta Army
Posts: 9029

inflicts shingles.


Reply #66 on: September 30, 2007, 09:57:41 PM

Here ya go.



Btw, why is Real Player 'Malware'. I take it you mean it as in its some form of unefficient, overly commercial video software, not that it actually performs illegal searches of your computer or installs a keyboard sniffer or some such, yes?

I should get back to nature, too.  You know, like going to a shop for groceries instead of the computer.  Maybe a condo in the woods that doesn't even have a health club or restaurant attached.  Buy a car with only two cup holders or something. -Signe

I LIKE being bounced around by Tonkors. - Lantyssa

Babies shooting themselves in the head is the state bird of West Virginia. - schild
Trippy
Administrator
Posts: 23657


Reply #67 on: September 30, 2007, 10:13:59 PM

Real Media has a long history of installing unwanted adware and spyware, popping up constant upsell messages and otherwise making your media playing life miserable.

http://en.wikipedia.org/wiki/Real_player#Criticism
http://www.pcadvisor.co.uk/news/index.cfm?newsid=10087
Trippy
Administrator
Posts: 23657


Reply #68 on: September 30, 2007, 10:15:18 PM

With all these idiots putting their stuff on the right side of the window, how do people feel about having the Close button on the left side Mac-style?
Pages: 1 [2] Go Up Print 
f13.net  |  f13.net General Forums  |  General Discussion  |  Topic: Experimental YouTube video popup code installed  
Jump to:  

Powered by SMF 1.1.10 | SMF © 2006-2009, Simple Machines LLC