This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
1 |
Current Issues with Mouchak |
2 |
--------------------------- |
3 |
|
4 |
- when plugins are used to manipulate existing images, event listeners might not work properly. |
5 |
This is beacuse there is no wrapper element around it. Hence plugins that will listen to the parent |
6 |
element of the image, will eventually end up listening to the page(that being directly the parent element |
7 |
of the images).(So clicking/hovering on the page triggers events, rather than the images). |
8 |
|
9 |
- need for wrapper elements of elements like images or tables ? |
10 |
|
11 |
- find a better way to load/eval js and css files ? |