Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Dev

Re: Ticket #6666: Popups may not close if screen focus lost whilst popup is displayed

 

 

MythTV dev RSS feed   Index | Next | Previous | View Threaded


drayson at net1plus

Jun 27, 2009, 7:25 PM

Post #1 of 15 (1118 views)
Permalink
Re: Ticket #6666: Popups may not close if screen focus lost whilst popup is displayed

> On 27/06/2009, Michael T. Dean <mtdean[at]thirdcontact.com> wrote:
> > On 06/27/2009 10:26 AM, MythTV wrote:
> >
> > > (BTW - does trunk also fix the main icon mouseover problem in
> MythWeb - in
> > > that when you hover over an icon, the date/time field blanks
> instead of
> > > showing the associated text for the icon?)
> > >
> > Where's this at? In my 0.21-fixes (granted, and old rev of it), I
> checked
> > on the Program Listings page and when I hovered over the icon or the
> channel
> > number/callsign, the popup showed "Details for: WKMG-DT".
>
> Hey Mike,
>
> The icons are the main MythWeb icons (tv, music, video, weather,
> settings, etc) at the very top of the page, immediately to the right
> of the MythWeb logo (div id="sections"). Hovering over them on my
> 0.21-fixes installation blanks the help text field (where the
> time/date is usually displayed as I understand things).
>
> Looking at the page source, it seems that hovering over an icon should
> trigger something like:
>
> onmouseover="return help_text('TV functions, including recorded
> programmes.')"
>
> but this never seems to happen - it blanks the field instead. I've
> tried changing language from English_GB to English, with no success
>
> Not sure if this has ever worked for me, but I thought I'd look into
> it whilst it was in my head.
>
> Cheers,
> Nick

Works in trunk 20745. I checked svn, the help_text function is a part of
trunk/mythplugins/mythweb/js/utils.js, and has not been touched in 16 months
since 16207.
What version of fixes you using? Also what browser? I'm using IE8 on Windows
7 at the moment.. I could check other browsers if you could tell me what you
have.

Marc

_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


knowledgejunkie at gmail

Jun 28, 2009, 7:13 AM

Post #2 of 15 (1063 views)
Permalink
Re: Ticket #6666: Popups may not close if screen focus lost whilst popup is displayed [In reply to]

On 28/06/2009, Marc Tousignant <drayson[at]net1plus.com> wrote:
> > On 27/06/2009, Michael T. Dean <mtdean[at]thirdcontact.com> wrote:
> > > On 06/27/2009 10:26 AM, MythTV wrote:
> > >
> > > > (BTW - does trunk also fix the main icon mouseover problem in
> > MythWeb - in
> > > > that when you hover over an icon, the date/time field blanks
> > instead of
> > > > showing the associated text for the icon?)
> > > >
> > > Where's this at? In my 0.21-fixes (granted, and old rev of it), I
> > checked
> > > on the Program Listings page and when I hovered over the icon or the
> > channel
> > > number/callsign, the popup showed "Details for: WKMG-DT".
> >
> > Hey Mike,
> >
> > The icons are the main MythWeb icons (tv, music, video, weather,
> > settings, etc) at the very top of the page, immediately to the right
> > of the MythWeb logo (div id="sections"). Hovering over them on my
> > 0.21-fixes installation blanks the help text field (where the
> > time/date is usually displayed as I understand things).
> >
> > Looking at the page source, it seems that hovering over an icon should
> > trigger something like:
> >
> > onmouseover="return help_text('TV functions, including recorded
> > programmes.')"
> >
> > but this never seems to happen - it blanks the field instead. I've
> > tried changing language from English_GB to English, with no success
> >
> > Not sure if this has ever worked for me, but I thought I'd look into
> > it whilst it was in my head.
> >
> > Cheers,
> > Nick
>
>
> Works in trunk 20745. I checked svn, the help_text function is a part of
> trunk/mythplugins/mythweb/js/utils.js, and has not been touched in 16 months
> since 16207.
> What version of fixes you using? Also what browser? I'm using IE8 on Windows
> 7 at the moment.. I could check other browsers if you could tell me what you
> have.

Currently happening on Firefoxen 3.0.11 (Jaunty) and 3.0.8 (Win32).
I'll take another look at the MythWeb directory, but it's cleared out
whenever I update from source (currently 0.21-fixes @ r20609).

Cheers,
Nick

--
Nick Morrott

MythTV Official wiki:
http://mythtv.org/wiki/
MythTV users list archive:
http://www.gossamer-threads.com/lists/mythtv/users

"An investment in knowledge always pays the best interest." - Benjamin Franklin
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


drayson at net1plus

Jul 2, 2009, 1:35 PM

Post #3 of 15 (1007 views)
Permalink
Re: Ticket #6666: Popups may not close if screen focus lost whilst popup is displayed [In reply to]

> > Works in trunk 20745. I checked svn, the help_text function is a part
> of
> > trunk/mythplugins/mythweb/js/utils.js, and has not been touched in
> 16 months
> > since 16207.
> > What version of fixes you using? Also what browser? I'm using IE8 on
> Windows
> > 7 at the moment.. I could check other browsers if you could tell me
> what you
> > have.
>
> Currently happening on Firefoxen 3.0.11 (Jaunty) and 3.0.8 (Win32).
> I'll take another look at the MythWeb directory, but it's cleared out
> whenever I update from source (currently 0.21-fixes @ r20609).
>
> Cheers,
> Nick
>
> --
> Nick Morrott
>

Nick,

I just checked with FireFox 3.5, hovering over the MythTV, MythMusic,
MythVideo, etc buttons does in fact change the date/time section to the help
about the button when hovered over.

I have found a different issue thou, on the upcoming recording screen, if
you put your cursor over an upcoming recording it used to do a popup with
information about the show when you hover over it.
Now, however, I am getting a little green box at the bottom of the page
saying 1 requests pending and no popup when I hover over an upcoming
recording.

This happens in both IE8, both in compatibility mode and not, and in FF3.5.

Marc

_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


mtdean at thirdcontact

Jul 2, 2009, 2:14 PM

Post #4 of 15 (1006 views)
Permalink
Re: Ticket #6666: Popups may not close if screen focus lost whilst popup is displayed [In reply to]

On 07/02/2009 04:35 PM, Marc Tousignant wrote:
> I have found a different issue thou, on the upcoming recording screen, if
> you put your cursor over an upcoming recording it used to do a popup with
> information about the show when you hover over it.
> Now, however, I am getting a little green box at the bottom of the page
> saying 1 requests pending and no popup when I hover over an upcoming
> recording.
>
> This happens in both IE8, both in compatibility mode and not, and in FF3.5.

The "1 request pending" means that the AJAX-y (AJAJ-y?) code sent a
request for the program info. The lack of a popup means the response
was never received. Likely a change to JavaScript or CSS or something
that breaks the toolkit MythWeb is using (Prototype?). Probably just
requires updating the version.

Mike
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


drayson at net1plus

Jul 2, 2009, 2:58 PM

Post #5 of 15 (1003 views)
Permalink
Re: Ticket #6666: Popups may not close if screen focus lost whilst popup is displayed [In reply to]

> -----Original Message-----
> From: mythtv-dev-bounces[at]mythtv.org [mailto:mythtv-dev-
> bounces[at]mythtv.org] On Behalf Of Michael T. Dean
> Sent: Thursday, July 02, 2009 5:14 PM
> To: Development of mythtv
> Subject: Re: [mythtv] Ticket #6666: Popups may not close if screen
> focus lost whilst popup is displayed
>
> On 07/02/2009 04:35 PM, Marc Tousignant wrote:
> > I have found a different issue thou, on the upcoming recording
> screen, if
> > you put your cursor over an upcoming recording it used to do a popup
> with
> > information about the show when you hover over it.
> > Now, however, I am getting a little green box at the bottom of the
> page
> > saying 1 requests pending and no popup when I hover over an upcoming
> > recording.
> >
> > This happens in both IE8, both in compatibility mode and not, and in
> FF3.5.
>
> The "1 request pending" means that the AJAX-y (AJAJ-y?) code sent a
> request for the program info. The lack of a popup means the response
> was never received. Likely a change to JavaScript or CSS or something
> that breaks the toolkit MythWeb is using (Prototype?). Probably just
> requires updating the version.
>
> Mike
> _______________________________________________

I just checked on machines with IE6 and IE7, they both do the same.
Is this a problem with the JavaScript or CSS, etc on my machine or a problem
with the mythweb code?
I just checked the install instructions again, all it says I need is
apache2, php, and perl. It does not make mention of specific versions of
each. It also mentions nothing about what version javascript, etc is needed
if any.

Marc

_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


mtdean at thirdcontact

Jul 2, 2009, 3:27 PM

Post #6 of 15 (1001 views)
Permalink
Re: Ticket #6666: Popups may not close if screen focus lost whilst popup is displayed [In reply to]

On 07/02/2009 05:58 PM, Marc Tousignant wrote:
> From: Michael T. Dean
>> On 07/02/2009 04:35 PM, Marc Tousignant wrote:
>>
>>> I have found a different issue thou, on the upcoming recording screen, if you put your cursor over an upcoming recording it used to do a popup with information about the show when you hover over it.
>>> Now, however, I am getting a little green box at the bottom of the page saying 1 requests pending and no popup when I hover over an upcoming recording.
>>>
>>> This happens in both IE8, both in compatibility mode and not, and in FF3.5.
>> The "1 request pending" means that the AJAX-y (AJAJ-y?) code sent a
>> request for the program info. The lack of a popup means the response
>> was never received. Likely a change to JavaScript or CSS or something
>> that breaks the toolkit MythWeb is using (Prototype?). Probably just
>> requires updating the version.
> I just checked on machines with IE6 and IE7, they both do the same.
> Is this a problem with the JavaScript or CSS, etc on my machine or a problem
> with the mythweb code?
> I just checked the install instructions again, all it says I need is
> apache2, php, and perl. It does not make mention of specific versions of
> each. It also mentions nothing about what version javascript, etc is needed
> if any.

Pretty sure no one ever spent much time verifying that MythWeb's code
worked with IE of any version. The test for whether it's a problem with
"your machine" (meaning, specifically, the browser versions you're
using) is if it works with Firefox 3.0 or less. If not, the problem is
likely in your network or something else outside of MythWeb. If so, the
problem is the browser versions you've used.

Since FF3.5 is 2 days old, MythWeb obviously hasn't been tested much
with it--let alone updated to fix any issues caused by changes to the
browser or its implementation of JavaScript or CSS. And, as for IE,
anyone wanting good IE support will likely have to patch it themselves
(as I'm pretty sure the MythWeb devs favor other browsers).

Mike (not a MythWeb developer--just an observer)
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


kormoc at gmail

Jul 2, 2009, 5:55 PM

Post #7 of 15 (997 views)
Permalink
Re: Ticket #6666: Popups may not close if screen focus lost whilst popup is displayed [In reply to]

On Thu, Jul 2, 2009 at 2:58 PM, Marc Tousignant<drayson[at]net1plus.com> wrote:
> I just checked the install instructions again, all it says I need is
> apache2, php, and perl. It does not make mention of specific versions of
> each. It also mentions nothing about what version javascript, etc is needed
> if any.

0.21-fixes's INSTALL
http://svn.mythtv.org/trac/browser/branches/release-0-21-fixes/mythplugins/mythweb/INSTALL#L52
trunk's INSTALL
http://svn.mythtv.org/trac/browser/trunk/mythplugins/mythweb/INSTALL#L52

"Current versions of these in use by the MythWeb developer(s) are
2.2.x for Apache, 5.1.x for php, and 5.8.x for perl."

We use prototype for our JS to prevent browser issues, but given FF
3.5 has been out two days, we haven't had time to update it.

We will get around to it sometime soon we hope, but no promises.

If you wanted to debug the issue, firebug is a excellent javascript
debugging tool for firefox, that would at least give an indication of
where the problem is.
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


drayson at net1plus

Jul 2, 2009, 8:46 PM

Post #8 of 15 (987 views)
Permalink
Re: Ticket #6666: Popups may not close if screen focus lost whilst popup is displayed [In reply to]

> On Thu, Jul 2, 2009 at 2:58 PM, Marc Tousignant<drayson[at]net1plus.com>
> wrote:
> > I just checked the install instructions again, all it says I need is
> > apache2, php, and perl. It does not make mention of specific versions
> of
> > each. It also mentions nothing about what version javascript, etc is
> needed
> > if any.
>
> 0.21-fixes's INSTALL
> http://svn.mythtv.org/trac/browser/branches/release-0-21-
> fixes/mythplugins/mythweb/INSTALL#L52
> trunk's INSTALL
> http://svn.mythtv.org/trac/browser/trunk/mythplugins/mythweb/INSTALL#L5
> 2
>
> "Current versions of these in use by the MythWeb developer(s) are
> 2.2.x for Apache, 5.1.x for php, and 5.8.x for perl."
>
> We use prototype for our JS to prevent browser issues, but given FF
> 3.5 has been out two days, we haven't had time to update it.
>
> We will get around to it sometime soon we hope, but no promises.
>
> If you wanted to debug the issue, firebug is a excellent javascript
> debugging tool for firefox, that would at least give an indication of
> where the problem is.
> _______________________________________________

Thanks for the firebug idea. Found out my issue was that php was not
compiled with the json use flag.
The popups when hovering over the upcoming recordings now working.
Confirmed working in FF 2.0.x and 3.5 as well as IE8 in non-compatibility
mode.
The IE6 and IE7 machines are at work and not accessible. However, since IE8
compat mode fails to popup I think they will too.
IE8 in compat mode instead displays the popup data at the bottom of the list
of upcoming recordings. But I believe that has happened for all the older
versions of IE.

Marc

_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


simon at koala

Jul 3, 2009, 9:33 AM

Post #9 of 15 (975 views)
Permalink
Re: Ticket #6666: Popups may not close if screen focus lost whilst popup is displayed [In reply to]

Marc Tousignant wrote:
> Found out my issue was that php was not
> compiled with the json use flag.
>
i had the same problem with the TV listings.
i asked on this list and was offered a few suggestions
it turns out that i too did not have json support in my php

i will update the wiki - as this is quite an important gotcha
--
simon
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


drayson at net1plus

Jul 3, 2009, 5:10 PM

Post #10 of 15 (967 views)
Permalink
Re: Ticket #6666: Popups may not close if screen focus lost whilst popup is displayed [In reply to]

> -----Original Message-----
> From: mythtv-dev-bounces[at]mythtv.org [mailto:mythtv-dev-
> bounces[at]mythtv.org] On Behalf Of Simon Kenyon
> Sent: Friday, July 03, 2009 12:34 PM
> To: Development of mythtv
> Subject: Re: [mythtv] Ticket #6666: Popups may not close if screen
> focus lost whilst popup is displayed
>
> Marc Tousignant wrote:
> > Found out my issue was that php was not
> > compiled with the json use flag.
> >
> i had the same problem with the TV listings.
> i asked on this list and was offered a few suggestions
> it turns out that i too did not have json support in my php
>
> i will update the wiki - as this is quite an important gotcha
> --
> simon
> _______________________________________________

If you are updating the wiki, perl needs at a minimum the following to be
included when building for use with mythweb.
session mysql pcre posix json

This is already in the gentoo standard ebuild for mythweb. I have updated my
custom ebuild to reflect this.
I think I will be making/supporting an SVN overlay for gentoo if anyone is
interested. Contact me if you are interested I want a head count.
I will either find out how to set one up for layman or provide a tarball of
the files.

Marc


_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


simon at koala

Jul 4, 2009, 1:14 AM

Post #11 of 15 (951 views)
Permalink
Re: Ticket #6666: Popups may not close if screen focus lost whilst popup is displayed [In reply to]

Marc Tousignant wrote:
> If you are updating the wiki, perl needs at a minimum the following to be
> included when building for use with mythweb.
> session mysql pcre posix json

i updated the wiki and i submitted a patch - but will update them both

>
> This is already in the gentoo standard ebuild for mythweb. I have updated my
> custom ebuild to reflect this.
> I think I will be making/supporting an SVN overlay for gentoo if anyone is
> interested. Contact me if you are interested I want a head count.
> I will either find out how to set one up for layman or provide a tarball of
> the files.

i use gentoo
i build it with my own shell script
i *did* have my own ebuild, but for some reason lost in the mists of
time, i stopped

i would use one if it was available

thanks
--
simon
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


simon at koala

Jul 4, 2009, 1:15 AM

Post #12 of 15 (951 views)
Permalink
Re: Ticket #6666: Popups may not close if screen focus lost whilst popup is displayed [In reply to]

Nick Morrott wrote:
> On 03/07/2009, Rob Smith <kormoc[at]gmail.com> wrote:
>
>> If you wanted to debug the issue, firebug is a excellent javascript
>> debugging tool for firefox, that would at least give an indication of
>> where the problem is.
>
> I've looked with Firebug and had a go at editing the source to see if
> I could get it to work, but no success. I can see with the HTML
> inspector within Firebug that the value of <div id="help_text"
> style="display: none;"> is being set to the correct text to display -
> the issue is that is just isn't being displayed. I've looked at
> http://svn.mythtv.org/trac/ticket/4755 (patch committed 13 months ago)
> but am still at a loss as to why it isn't working.
>

check to make sure that your php is built with json support
rebuilding it, fixed the problem for me
--
simon
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


knowledgejunkie at gmail

Jul 4, 2009, 4:55 AM

Post #13 of 15 (946 views)
Permalink
Re: Ticket #6666: Popups may not close if screen focus lost whilst popup is displayed [In reply to]

On 04/07/2009, Simon Kenyon <simon[at]koala.ie> wrote:
> Nick Morrott wrote:
>
> > On 03/07/2009, Rob Smith <kormoc[at]gmail.com> wrote:
> >
> >
> > > If you wanted to debug the issue, firebug is a excellent javascript
> > > debugging tool for firefox, that would at least give an indication of
> > > where the problem is.
> > >
> >
> > I've looked with Firebug and had a go at editing the source to see if
> > I could get it to work, but no success. I can see with the HTML
> > inspector within Firebug that the value of <div id="help_text"
> > style="display: none;"> is being set to the correct text to display -
> > the issue is that is just isn't being displayed. I've looked at
> > http://svn.mythtv.org/trac/ticket/4755 (patch committed
> 13 months ago)
> > but am still at a loss as to why it isn't working.
> >
> >
>
> check to make sure that your php is built with json support
> rebuilding it, fixed the problem for me

I have JSON support built in per 'php -i' and do not have a problem with popups:

/etc/php.d/json.ini,
json
json support => enabled
json version => 1.2.1

Nick

--
Nick Morrott

MythTV Official wiki:
http://mythtv.org/wiki/
MythTV users list archive:
http://www.gossamer-threads.com/lists/mythtv/users

"An investment in knowledge always pays the best interest." - Benjamin Franklin
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


drayson at net1plus

Jul 4, 2009, 6:08 AM

Post #14 of 15 (946 views)
Permalink
Re: Ticket #6666: Popups may not close if screen focus lost whilst popup is displayed [In reply to]

> On 04/07/2009, Simon Kenyon <simon[at]koala.ie> wrote:
> > Nick Morrott wrote:
> >
> > > On 03/07/2009, Rob Smith <kormoc[at]gmail.com> wrote:
> > >
> > >
> > > > If you wanted to debug the issue, firebug is a excellent
> javascript
> > > > debugging tool for firefox, that would at least give an
> indication of
> > > > where the problem is.
> > > >
> > >
> > > I've looked with Firebug and had a go at editing the source to see
> if
> > > I could get it to work, but no success. I can see with the HTML
> > > inspector within Firebug that the value of <div id="help_text"
> > > style="display: none;"> is being set to the correct text to display
> -
> > > the issue is that is just isn't being displayed. I've looked at
> > > http://svn.mythtv.org/trac/ticket/4755 (patch committed
> > 13 months ago)
> > > but am still at a loss as to why it isn't working.
> > >
> > >
> >
> > check to make sure that your php is built with json support
> > rebuilding it, fixed the problem for me
>
> I have JSON support built in per 'php -i' and do not have a problem
> with popups:
>
> /etc/php.d/json.ini,
> json
> json support => enabled
> json version => 1.2.1
>
> Nick
>
> --
> Nick Morrott
>

Nick,

I checked with FF 2.0, the help messages work in trunk there too.
I just compared utils.js, which is where the code for the help_text is
coming from. There is a small difference between them but it would not be
the cause of this as its not in the help_text function. Not actually sure
why its there. But it was removed for trunk, so it is not needed.
*** utils.js.21-fixes 2008-02-22 16:52:46.000000000 -0500
--- utils.js.22-trunk 2008-02-22 17:15:51.000000000 -0500
***************
*** 91,108 ****
form.submit();
}

- // Add a css class to a specified element
- function add_class(id, classname) {
- console.log('FIXME: add_class');
- $(id).addClassName(classname);
- }
-
- // Remove a css class from a particular element
- function remove_class(id, classname) {
- console.log('FIXME: remove_class');
- $(id).removeClassName(classname);
- }
-
// Check/uncheck a checkbox
function toggle_checkbox(id, check) {
var e = $(id);
--- 91,96 ----

I thin I just found the issue.

Run this against modules/_shared/tmpl/default/header.php
After root in fixes there is no ; and in trunk there is. Might just be a
typo or completely unnessessary.

*** header.php.21-fixes 2008-03-08 16:09:11.000000000 -0500
--- header.php.22-trunk 2009-01-20 01:42:03.000000000 -0500
***************
*** 55,66 ****

<meta http-equiv="content-type" content="text/html; charset=utf-8">

! <script type="text/javascript" src="<?php echo root
?>js/prototype.js"></script>
! <script type="text/javascript" src="<?php echo root
?>js/prototip/prototip.js"></script>
<link rel="stylesheet" type="text/css" href="<?php echo root;
?>js/prototip/prototip.css">

! <script type="text/javascript" src="<?php echo root
?>js/utils.js"></script>
! <script type="text/javascript" src="<?php echo root
?>js/AC_OETags.js"></script>

<script type="text/javascript">
<!--
--- 55,67 ----

<meta http-equiv="content-type" content="text/html; charset=utf-8">

! <script type="text/javascript" src="<?php echo root;
?>js/prototype.js"></script>
! <script type="text/javascript" src="<?php echo root;
?>js/prototip/prototip.js"></script>
<link rel="stylesheet" type="text/css" href="<?php echo root;
?>js/prototip/prototip.css">

! <script type="text/javascript" src="<?php echo root;
?>js/utils.js"></script>
! <script type="text/javascript" src="<?php echo root;
?>js/AC_OETags.js"></script>
! <script type="text/javascript" src="<?php echo root;
?>js/table_sort.js"></script>

<script type="text/javascript">
<!--

_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


knowledgejunkie at gmail

Jul 4, 2009, 6:27 AM

Post #15 of 15 (934 views)
Permalink
Re: Ticket #6666: Popups may not close if screen focus lost whilst popup is displayed [In reply to]

On 04/07/2009, Marc Tousignant <drayson[at]net1plus.com> wrote:

> I thin I just found the issue.
>
> Run this against modules/_shared/tmpl/default/header.php
> After root in fixes there is no ; and in trunk there is. Might just be a
> typo or completely unnessessary.
>
> *** header.php.21-fixes 2008-03-08 16:09:11.000000000 -0500
> --- header.php.22-trunk 2009-01-20 01:42:03.000000000 -0500
> ***************
> *** 55,66 ****
>
> <meta http-equiv="content-type" content="text/html; charset=utf-8">
>
> ! <script type="text/javascript" src="<?php echo root
> ?>js/prototype.js"></script>
> ! <script type="text/javascript" src="<?php echo root
> ?>js/prototip/prototip.js"></script>
> <link rel="stylesheet" type="text/css" href="<?php echo root;
> ?>js/prototip/prototip.css">
>
> ! <script type="text/javascript" src="<?php echo root
> ?>js/utils.js"></script>
> ! <script type="text/javascript" src="<?php echo root
> ?>js/AC_OETags.js"></script>
>
> <script type="text/javascript">
> <!--
> --- 55,67 ----
>
> <meta http-equiv="content-type" content="text/html; charset=utf-8">
>
> ! <script type="text/javascript" src="<?php echo root;
> ?>js/prototype.js"></script>
> ! <script type="text/javascript" src="<?php echo root;
> ?>js/prototip/prototip.js"></script>
> <link rel="stylesheet" type="text/css" href="<?php echo root;
> ?>js/prototip/prototip.css">
>
> ! <script type="text/javascript" src="<?php echo root;
> ?>js/utils.js"></script>
> ! <script type="text/javascript" src="<?php echo root;
> ?>js/AC_OETags.js"></script>
> ! <script type="text/javascript" src="<?php echo root;
> ?>js/table_sort.js"></script>
>
> <script type="text/javascript">
> <!--

Marc,

Thanks for taking the time to look into this. I just updated against
this, but still no success after restarting httpd. If it's working in
trunk for everyone, it's probably best to wait until I get it
installed again later this evening and see if the issue resolves
itself.

Cheers,
Nick

--
Nick Morrott

MythTV Official wiki:
http://mythtv.org/wiki/
MythTV users list archive:
http://www.gossamer-threads.com/lists/mythtv/users

"An investment in knowledge always pays the best interest." - Benjamin Franklin
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

MythTV dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.