vanstyn / RapidApp

Turnkey ajaxy webapps
http://rapi.io
Other
48 stars 15 forks source link

Proper support for hash/label links *within* TabGui tabs #46

Closed vanstyn closed 10 years ago

vanstyn commented 10 years ago

TabGui (ExtJS) tabs can contain any HTML content. However, when that content contains hash labels, and links to those hash labels, odd things happen when they are clicked, because of conflicts with the "hashnav" system (since the URL is already a hash #).

Also, when these are scrolled into view, the whole panel content is shifted up. This appears to be caused by the hidden ExtJS loading-indicator being "scrolled" into view by the browser

This needs to be fixed and proper handling for these cases added...