Karl Swedberg
Karl Swedberg
Hi there. I don't use TextMate 2 very often, but when I do, I don't have issues with jQuery tab triggers. Can you be more specific about what context you're...
Hi all. Thanks for the reports. I definitely see the issue (and now recall seeing it a while ago, too—one of the many frustrations that drove me away from TM2)....
@bcorreia: I updated the issue title to be more descriptive. Hope that's okay.
@richgcook thanks for posting the solution. I'm going to reopen this issue until I get a chance to add a note to the documentation.
Hi, You can do that pretty easily, but you'll lose smooth scrolling on page reload and when using the back button. In your example, replace everything inside the `$(document).ready()` callback...
Thanks for the report, @ttback . Would it be possible to provide an example of this failing? That way I can use it in my tests when I make a...
Any chance you can show me a snippet of html that fails?
@tillebeck is right. The text is sliced at the appropriate point, and that is shown initially. When "expanded," that first, sliced, text is hidden while the entire content is shown....
For now, my recommendation would be to use a different effect. Either fadeIn/fadeOut or show/hide. Sorry. :(
@roscopeeco Thanks for the report. Can you point me to a URL where I can see the problem? If not, can you provide some HTML and the code you're using...