[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
www.dhtmlgoodies.com • View topic - Problem with IE6 and week planner
Page 1 of 1

Problem with IE6 and week planner

PostPosted: Sat Jun 14, 2008 6:30 pm
by max_code
Hi to all. Sorry for my english, i am from ukraine.

I have an problem - in IE6.
a - big letters - its easy - just add hack for this stupid browser (-font-size:0.625em; in body style)
b - strong trouble - i can't see events in ie. In mozilla 2-3, in safari, in opera...but not ie!!!! IE-interpreted source code contain my events and all working nicely.
c - opera not understand key event this delete key. Replace in main js file (if(e.keyCode == 46 && activeEventObj){ ) in (if(e.keyCode == 46 || e.keyCode == 120 && activeEventObj){ - this is F9).

I have changed 50% of script (i need daily calendar with columns like lessons at scool). Also, i have added fully admin part of this script - e.g. if man is not logged in, he can't change any event (by drag'n'drop and editing), if admin is logged-in he can change start hour, end hour of day, position (top & left), admin users e.t.c. All this settings are stored in database and for change this I use ajax (even for login && logout).

PLEASE , help me whis problem b!!!!!!!!!!!!!!!!!!!!!!!!!!!

I DID IT!!!!!

PostPosted: Wed Jun 18, 2008 9:36 am
by max_code