1
Current Issues with Mouchak
2
---------------------------
3
4
5
- In some pages nav links are not there....each page has its own nav links if they have children, if they dont they **should** get its parents nav link(highest priority)
6
7
- a config option to disable nav ?
8
9
- when plugins are used to manipulate existing images, event listeners might not work properly.
10
This is beacuse there is no wrapper element around it. Hence plugins that will listen to the parent
11
element of the image, will eventually end up listening to the page(that being directly the parent element
12
of the images).(So clicking/hovering on the page triggers events, rather than the images).
13
14
- need for wrapper elements of elements like images or tables ?
15
16
- find a better way to load/eval js and css files ?