![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
OK. Here is a glitch, sorry if this has been mentioned before. This is an erratic glitch. I am now up to three other people besides myself who have been able to see this glitch. It seems it only happens in IE. And the <hr> causes this thing to happen. Now, I have ~tried~ to make this glitch, and that is tough to do. I had did it that one time, and I should have saved the work. But I didn't save the work ![]() hr> must be near the top or the bottom of the doc for this thing to kick in. An hr in the middle of the doc works just fine. Besides being at the top or the bottom, I believe it is the amount of text, and the closest commands (<p> etc.) that make this glitch work. And now, I'm thinking a person must have a mouse with a wheel for the glitch to kick in. Here are examples I have found recently. I don't know how long these will be here as I will be writing to the author of the pages about this, and we are already in email contact. What I do, on these following pages, and when I do this I see the glitch, which is text that disappears and reappears. I use the keyboard command Ctrl+End to get to the bottom of the doc quickly and easily. And then scroll up a little and text suddenly appears. An alternative is to use the mouse to find the "missing" text. And that's the glitch BTW, it looks like a blank area, but it actually does contain text. That first one, adjust.html, this works *every time* for me on my computers, one with WinXp and the other with WinMel. When I ctrl+end to the bottom there is a blank area between the words 'firebird' and 'home page'. But actually there is text in that space. Well, do I have something brand new here? (ps. these are not my pages, I am writing to the author) http://www.xs4all.nl/~sbpoley/main/adjust.html http://www.xs4all.nl/~sbpoley/webmatters/whatnojs.html http://www.xs4all.nl/~sbpoley/webmatters/pagemodel.html http://www.xs4all.nl/~sbpoley/webmatters/checklist.html http://www.xs4all.nl/~sbpoley/webmatters/fontsize.html http://www.xs4all.nl/~sbpoley/webmatters/formval.html http://www.xs4all.nl/~sbpoley/webmatters/alt.html http://www.xs4all.nl/~sbpoley/webmatters/netscape4.html http://www.xs4all.nl/~sbpoley/webmatters/verdana.html http://www.xs4all.nl/~sbpoley/webmat...ssbuttons.html http://www.xs4all.nl/~sbpoley/webmat...er_quotes.html http://www.xs4all.nl/~sbpoley/webmatters/emex.html This one is strange: http://www.xs4all.nl/~sbpoley/webmatters/essence.html And this, despite the <hr>, has no problems: http://www.xs4all.nl/~sbpoley/webmat...lexdesign.html -- Ted Mayett OT 1.1 http://www.solitarytrees.net/pickets/links.htm |
#3
| |||
| |||
|
|
OK. Here is a glitch, sorry if this has been mentioned before. |
|
What I do, on these following pages, and when I do this I see the glitch, which is text that disappears and reappears. I use the keyboard command Ctrl+End to get to the bottom of the doc quickly and easily. And then scroll up a little and text suddenly appears. An alternative is to use the mouse to find the "missing" text. And that's the glitch BTW, it looks like a blank area, but it actually does contain text. That first one, adjust.html, this works *every time* for me on my computers, one with WinXp and the other with WinMel. When I ctrl+end to the bottom there is a blank area between the words 'firebird' and 'home page'. But actually there is text in that space. Well, do I have something brand new here? (ps. these are not my pages, I am writing to the author) http://www.xs4all.nl/~sbpoley/main/adjust.html .... etc. |
#4
| |||
| |||
|
|
Stephen Poley wrote: On Fri, 03 Sep 2004 20:18:37 -0700, Ted Mayett <tedmayett (AT) despammed (DOT) com wrote: I see the glitch, which is text that disappears and reappears. (ps. these are not my pages, I am writing to the author) http://www.xs4all.nl/~sbpoley/main/adjust.html ... etc. I can't reproduce this problem now with IE6 on WinXP, even for the page that does it consistently for you. I can consistently reproduce it with IE6 on W2K. Disappearing/reappearing text in IE6 is almost always a dead give-away for the peek-a-boo bug. URL:http://www.positioniseverything.net/.../peekaboo.html It's odd that, on your pages, adding position:relative to #body resolves the disappearing text in the content area, but then the #footer text vanished. IE - go figure. Both were restored by adding* html body div {position:relative} A kludge, but at least that rule shouldn't hurt non-IE browsers. :-\ |
#5
| |||
| |||
|
|
On Sun, 05 Sep 2004 10:18:49 -0500, kchayka <usenet (AT) c-net (DOT) us> wrote: I can't reproduce this problem now with IE6 on WinXP, even for the page that does it consistently for you. I can consistently reproduce it with IE6 on W2K. |

|
Thanks for that. Added to the list of things to get around to some time (I want to do some more reading up and experimenting before I consider changing anything). OTOH maybe I'll just add a piece of text warning IE readers ... :-/ |

#6
| |||
| |||
|
|
I like my solution to this... I found this glitch about a year ago in my own work. So I removed all occurrences of <hr /> and replaced it with a 'line gif'. |
|
And just recently I got tired of those line gif's and replaced it all with: div class=" ">———</div> (centered) |
|
What I find fascinating though is something like this - I'm attempting to bring my work up to Disability Standards. |
#7
| |||
| |||
|
|
If you're going to do anything, I'd recommend markup based on the logical structure of the content, and styling defined in a stylesheet, for example using a bottom-border as your <hr> replacement. |
#8
| |||
| |||
|
|
I can consistently reproduce it with IE6 on W2K. That's awesome. I was trying to reproduce it myself, and couldn't. ![]() On the S Poley pages, the bug consistently happened with: 1. Load one of the identified trouble pages 2. Scroll to the bottom of the page - the last paragraph is cut off. 3. Load another page, i.e. follow a link in the page footer. 4. Use the browser 'back' button - the bottom of the previous page is shown, but the content area is now completely blank. Scroll-up restores it. |
|
We have heard from enough people on this <hr> thing. It is official. hr> and <hr /> behave erratically in IE... and that is that! I think that <hr> is just a coincidence in this case. I haven't seen odd hr> behavior in IE elsewhere, nor could I find anything on the subject in the google archives. That doesn't mean IE doesn't have some kind of bug, of course. ![]() |
#9
| |||
| |||
|
|
Ted Mayett wrote: On Mon, 06 Sep 2004 22:00:05 +0200, Stephen Poley sbpoleySpicedHamTrap (AT) xs4all (DOT) nl> wrote: On Sun, 05 Sep 2004 10:18:49 -0500, kchayka <usenet (AT) c-net (DOT) us> wrote: S Poley wrote: I can't reproduce this problem now with IE6 on WinXP, even for the page that does it consistently for you. I can consistently reproduce it with IE6 on W2K. That's awesome. I was trying to reproduce it myself, and couldn't. ![]() On the S Poley pages, the bug consistently happened with: 1. Load one of the identified trouble pages 2. Scroll to the bottom of the page - the last paragraph is cut off. |
|
3. Load another page, i.e. follow a link in the page footer. 4. Use the browser 'back' button - the bottom of the previous page is shown, but the content area is now completely blank. Scroll-up restores it. |
|
We have heard from enough people on this <hr> thing. It is official. hr> and <hr /> behave erratically in IE... and that is that! I think that <hr> is just a coincidence in this case. I haven't seen odd hr> behavior in IE elsewhere, nor could I find anything on the subject in the google archives. That doesn't mean IE doesn't have some kind of bug, of course. ![]() |
#10
| |||
| |||
|
|
That is however reproducible in my copy of IE. (But one has to be at the very bottom of the page - a single touch on the up-arrow key before following the link means the problem doesn't occur.) |
![]() |
| Thread Tools | |
| Display Modes | |
| |