Столкнулся вот с такой смешной багой в Chrome как “Resource interpreted as image but transferred with mime type text html”.
Он возникал при попытке растянуть карту Гугла на весь экран. Решение образовалось чисто случайно просматривая старые решения.
Doctrine worked mostly with InnoDB tables. And when you create foreign keys you must set onUpdate and onDelete events to “CASCADE” or “NO ACTION”, cause if you set them to NULL(the same if you don’t set them) they automatically set in “RESTRICT”. This may cause some problems.
The second mistake(that i did many times) it’s forgetting to rename FOREIGN KEY when rename tables or dependent cols. So don’t forget about names)
While working with flow i saw one serious trouble. If placeholder of the graph is hidden (css “display:none”) then it can’t set width of the graph. So when you build graph it placeholder must be visible.
In my script i using jQuery tabs where is placed graphs. So to load them i’ve created few layers with absolute position that is rendered out of the page and only after load is placed to the tabs. While graphs is loading their tabs is disabled. I enable tabs only after graphs loaded.
Очень каверзная ошибка