Tagged Questions

1
vote
4answers
351 views

Force vertical scrollbar to display in IE8

The vertical bar does not appear in IE8 if the page is not long enough. In FF, there is a workaround for this html { overflow: -moz-scrollbars-vertical; } I tried the follow …
21
votes
6answers
470 views

Why does 2 == [2] in JavaScript?

I recently discovered that 2 == [2] in JavaScript. As it turns out, this quirk has a couple of interesting consequences: var a = [0, 1, 2, 3]; a[[2]] === a[2]; // this is true …
0
votes
2answers
61 views

How do I keep divs from resizing in IE6?

Here's my markup (live repro): <body> <div style="text-align:center">header <input class='datepicker'/></div> <table><tr><td>really w …
3
votes
6answers
85 views

What quirks have you found in your favorite database?

Q: Why do we have more than one database? A: Because they all suck. So which "feature" of your favorite database made you think (or even say) "WTF???" For example, Oracle doesn't …
0
votes
3answers
51 views

Is there a way to condition a CSS styling to execute only on IE quirks mode?

I want to write a cross-browser widget, to integrate both to IE standard and quirks mode pages (FF is easy of course). Since I want to write the styling only once I would like to …
0
votes
0answers
24 views

Differences between IE5 and IE8 Quirks mode

I have a website that was programmed several years back and optimized for IE5/6. Now when it displays in IE8 some pages don't display right. I've confirmed that IE8 is displaying t …
0
votes
5answers
139 views

Weirdest Behavior that you have found in Java? [closed]

Possible Duplicate: Java - Common Gotchas What is the weirdest behavior that you have found in Java? (Behavior that is unexpected)
0
votes
1answer
37 views

XHTML Strict not rendering properly in Quirks Mode

When XHTML Strict is considered to be a proper markup that works across all platforms, my webpage that's in XHTML 1.0 Strict does render differently in Quirks mode. http://www.myf …
0
votes
4answers
71 views

no quirks mode on php pages?

My site is all php pages, since it's all database stuff. However, I'm having trouble putting the pages into no quirks mode... I did the regular thing: <!DOCTYPE html PUBLIC "- …
7
votes
10answers
424 views

Weird bug when combining an ASP.NET updatepanel with the jQuery UI DatePicker

Hi all I've created a page which combines an inline jQuery UI datepicker . I wan't to initiate a callback to the updatepanel when the user clicks a new date to update some data. N …
0
votes
3answers
200 views

How can Javascript cause IE 8 to reload a page in compatibility view?

I'm testing a fairly complex Javascript-based web application in Internet Explorer 8 on Windows Vista. After loading the application, IE is in "standards" browser mode and "IE 8 st …
1
vote
1answer
66 views

sender._postBackSettings.panelID returns null in non-IE browsers?

Hi all.. I got 2 update panels in one page. After a request I want to check which update panel(s) got updated. I've read sender._postBackSettings.panelID should be good for this : …
0
votes
1answer
98 views

Is there a way to avoid IE7 quirks mode while rendering XML + CSS?

I've got some DocBook documentation styled with a CSS xml-stylesheet declaration. It looks great in Firefox, but IE7 doesn't seem to understand the CSS child selectors (e.g. sectio …
0
votes
1answer
230 views

IE7 doesn’t render part of page until the window resizes or switch between tabs

I have a problem with IE7. I have a fixed layout for keeping the header and a sidepanel fixed on a page leaving only the "main content" area switch can happily scroll it's content …
2
votes
0answers
38 views

Background reading for parsing sloppy / quirky / “almost structured” data?

I'm maintaining a program that needs to parse out data that is present in an "almost structured" form in text. i.e. various programs that produce it use slightly different formats …

1 2 3 next
15 30 50 per page