IE

October

28

ColdFusion cfgrid Selected Row Disappearing / Blank in IE

After selecting a row in cfgrid in Internet Explorer, the selected row goes blank or all white. The data is still there and the row is selected, you just can’t tell. The problem lies in a css file that ColdFusion uses for the cfgrid. According to some other posts on the web, there is some [...]

September

18

Override “Print Background Colors and Images” Option in Browser

Internet Explorer and Firefox, to name a few, have an option that allows for the printing of background colors and images. The user can check this option to override the print style sheet and print the backgrounds that were removed to increase legibility, protect copyright, or whatever other reason was necessary. By default, this option [...]

August

3

Internet Explorer (IE) Not Submitting Form on Enter

While working on a ColdFusion application, I noticed that the login form was not submitted when enter was pressed in Internet Explorer. Other browsers, Firefox and Chrome specifically, did not have this issue. There are many methods used to fix this error if you Google it, but I found that the simplest solutions are usually [...]