-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
Hi, I'm using "Documentation for Word / Selection" of the Ruby-bundle very extensive and so I spotted some problems.
When I load the "Documentation for a Word" with ^H (for example "include"), then click on a Link (in my example "Module") and then click on _any_ link, I get a white error page reading "Error: Not Found"; but for a small moment I can see the new page was loaded. I tried some things and after removing the following line in the javascript function "ri" it works for me. window.location.hash = "actual_output"; But I'm not really sure why, so please could you look into it.
There is also another problem, which annoys me. Sometimes when I click on a link, then the new content is not displayed. Only after I use Apple+A to select the hole text, the new page appears. It appears to happen when the new content is smaller then the old one, but I'm not really sure. Could you please check this too.
Thanks in advance, Simon - ----
privacy is necessary using http://gnupg.org public key id: 0x6115F804EFB33229 http://ruderich.com/
simonruderich.asc
Do you have a subversion bundle checkout, or are you just using the bundles that come with TM?
If you have a checkout, can you make sure you update your entire checkout to HEAD?
On Nov 28, 2006, at 4:21 PM, Simon Ruderich wrote:
I'm using "Documentation for Word / Selection" of the Ruby-bundle very extensive and so I spotted some problems.
When I load the "Documentation for a Word" with ^H (for example "include"), then click on a Link (in my example "Module") and then click on _any_ link, I get a white error page reading "Error: Not Found"; but for a small moment I can see the new page was loaded. I tried some things and after removing the following line in the javascript function "ri" it works for me. window.location.hash = "actual_output"; But I'm not really sure why, so please could you look into it.
There is also another problem, which annoys me. Sometimes when I click on a link, then the new content is not displayed. Only after I use Apple+A to select the hole text, the new page appears. It appears to happen when the new content is smaller then the old one, but I'm not really sure. Could you please check this too.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
On 29.11.2006, at 00:20, Kevin Ballard wrote:
Do you have a subversion bundle checkout, or are you just using the bundles that come with TM?
If you have a checkout, can you make sure you update your entire checkout to HEAD?
On Nov 28, 2006, at 4:21 PM, Simon Ruderich wrote:
I'm using "Documentation for Word / Selection" of the Ruby-bundle very extensive and so I spotted some problems.
When I load the "Documentation for a Word" with ^H (for example "include"), then click on a Link (in my example "Module") and then click on _any_ link, I get a white error page reading "Error: Not Found"; but for a small moment I can see the new page was loaded. I tried some things and after removing the following line in the javascript function "ri" it works for me. window.location.hash = "actual_output"; But I'm not really sure why, so please could you look into it.
There is also another problem, which annoys me. Sometimes when I click on a link, then the new content is not displayed. Only after I use Apple+A to select the hole text, the new page appears. It appears to happen when the new content is smaller then the old one, but I'm not really sure. Could you please check this too.
-- Kevin Ballard
I'm using the subversion checkout and I was using the HEAD version of the repository as I "found" the bug. Simon - ----
privacy is necessary using http://gnupg.org public key id: 0x6115F804EFB33229 http://ruderich.com/
simonruderich.asc
On Nov 28, 2006, at 3:21 PM, Simon Ruderich wrote:
I'm using "Documentation for Word / Selection" of the Ruby-bundle very extensive and so I spotted some problems.
I wrote that command so I'm happy to help, if I can.
When I load the "Documentation for a Word" with ^H (for example "include"), then click on a Link (in my example "Module") and then click on _any_ link, I get a white error page reading "Error: Not Found"; but for a small moment I can see the new page was loaded. I tried some things and after removing the following line in the javascript function "ri" it works for me. window.location.hash = "actual_output"; But I'm not really sure why, so please could you look into it.
I just tried that exact series of steps and it seemed to work fine here. Are you on and old version of the Mac OS by chance?
James Edward Gray II
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
On 29.11.2006, at 23:21, James Edward Gray II wrote:
On Nov 28, 2006, at 3:21 PM, Simon Ruderich wrote:
I'm using "Documentation for Word / Selection" of the Ruby-bundle very extensive and so I spotted some problems.
I wrote that command so I'm happy to help, if I can.
When I load the "Documentation for a Word" with ^H (for example "include"), then click on a Link (in my example "Module") and then click on _any_ link, I get a white error page reading "Error: Not Found"; but for a small moment I can see the new page was loaded. I tried some things and after removing the following line in the javascript function "ri" it works for me. window.location.hash = "actual_output"; But I'm not really sure why, so please could you look into it.
I just tried that exact series of steps and it seemed to work fine here. Are you on and old version of the Mac OS by chance?
James Edward Gray II
I'm using 10.4.0, don't know if this is too old or if Apple did some important updates to the WebKit Framework. These problems are not so a big deal (also because I could fix the first one for me), but I would like it if they could be solved. Thanks for your help, Simon
PS: Just curious, what should the line I removed actually do? - ----
privacy is necessary using http://gnupg.org public key id: 0x6115F804EFB33229 http://ruderich.com/
simonruderich.asc
On Nov 29, 2006, at 5:55 PM, Simon Ruderich wrote:
I'm using 10.4.0, don't know if this is too old or if Apple did some important updates to the WebKit Framework. These problems are not so a big deal (also because I could fix the first one for me), but I would like it if they could be solved.
10.4.0 is pretty old, relatively speaking. Why not update to 10.4.8? It's a free upgrade.
PS: Just curious, what should the line I removed actually do?
It should scroll the document such that the top of the new page of documentation is visible, i.e. scroll to the top. You could actually replace this with
document.body.scrollTop=0;
to get the same effect.
On Nov 29, 2006, at 5:41 PM, Kevin Ballard wrote:
On Nov 29, 2006, at 5:55 PM, Simon Ruderich wrote:
I'm using 10.4.0, don't know if this is too old or if Apple did some important updates to the WebKit Framework. These problems are not so a big deal (also because I could fix the first one for me), but I would like it if they could be solved.
10.4.0 is pretty old, relatively speaking. Why not update to 10.4.8? It's a free upgrade.
I have to agree. We use a fair number of WebKit tricks in the TextMate bundle commands, so it's possible this could haunt you in other areas.
James Edward Gray II
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
On 30.11.2006, at 00:41, Kevin Ballard wrote:
On Nov 29, 2006, at 5:55 PM, Simon Ruderich wrote:
I'm using 10.4.0, don't know if this is too old or if Apple did some important updates to the WebKit Framework. These problems are not so a big deal (also because I could fix the first one for me), but I would like it if they could be solved.
10.4.0 is pretty old, relatively speaking. Why not update to 10.4.8? It's a free upgrade.
I know it's not up to date, but with later versions I can't play saved DVDs on my disk with DVDPlayer (Open VIDEO_TS is missing) and I found no workaround for this. So I have to stick to 10.4.0.
PS: Just curious, what should the line I removed actually do?
It should scroll the document such that the top of the new page of documentation is visible, i.e. scroll to the top. You could actually replace this with
document.body.scrollTop=0;
to get the same effect.
Thanks for this information. I replaced "window.location.hash = "actual_output";" with this and now it works perfectly, even the second bug is gone. If this creates no other problems for you or other users could you change this in svn please?
Thanks for your help, Simon - ----
privacy is necessary using http://gnupg.org public key id: 0x6115F804EFB33229 http://ruderich.com/
simonruderich.asc
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
On 30.11.2006, at 17:27, Soryu wrote:
I know it's not up to date, but with later versions I can't play saved DVDs on my disk with DVDPlayer (Open VIDEO_TS is missing) and I found no workaround for this. So I have to stick to 10.4.0.
VLC.
This works, but I'm missing the good interface from DVDPlayer; I don't like using the .vob files directly ... or am I missing something?
Seriously, that is your only reason for not updating? Crazy.
Soryu.
A bit crazy ;-), but why should I update? Everything works for me (now) and I had some problems with updates in the past -- never change a running system. Simon - ----
privacy is necessary using http://gnupg.org public key id: 0x6115F804EFB33229 http://ruderich.com/
simonruderich.asc
Simon Ruderich wrote:
A bit crazy ;-), but why should I update? Everything works for me (now) and I had some problems with updates in the past -- never change a running system.
You don't care at all about the many security updates that have been issued since then? Or the vastly improved stability between 10.4.0 and about 10.4.4-5? Or the other random bug-fixes? Or the apps that don't work with 10.4.0? Or... ? Or... ?
You're crazy!
-Jacob
Am 30.11.2006 um 17:39 schrieb Simon Ruderich:
On 30.11.2006, at 17:27, Soryu wrote:
I know it's not up to date, but with later versions I can't play saved DVDs on my disk with DVDPlayer (Open VIDEO_TS is missing) and I found no workaround for this. So I have to stick to 10.4.0.
i have not the slightest idea if this works but did you try to copy the dvd-player.app, do the update and copy it back again?
niko.
On Nov 30, 2006, at 11:39 AM, Simon Ruderich wrote:
On 30.11.2006, at 17:27, Soryu wrote:
I know it's not up to date, but with later versions I can't play saved DVDs on my disk with DVDPlayer (Open VIDEO_TS is missing) and I found no workaround for this. So I have to stick to 10.4.0.
VLC.
This works, but I'm missing the good interface from DVDPlayer; I don't like using the .vob files directly ... or am I missing something?
You're missing something. Check out the Open DVD Media... command - the open dialog it drops down says you can select a VIDEO_TS folder.