Giter Club home page Giter Club logo

Comments (10)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 30, 2024
Main problem is that Safari/Chrome is using simple CSS3 attribute, but other 
browsers have special wrapping designed just for them. This does not work well 
with tooltips that you using. I need to see documentation of that tooltips, but 
anyway as I saw they using custom-made attributes so nothing surprising for me 
that this does not work :)

Original comment by [email protected] on 17 Aug 2010 at 8:38

  • Changed state: Accepted

from jqueryrotate.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 30, 2024
This is the link to the tooltips addon
http://onehackoranother.com/projects/jquery/tipsy/

Original comment by [email protected] on 17 Aug 2010 at 12:31

from jqueryrotate.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 30, 2024
First of all - please separate own code from library code - it makes 
upgrades/debugging much simpler o_O.

Second: to solve this problem you would need to trigger tipsy after 
jQueryRotation has been applied - not before. Currently I cant see what is done 
first but I assume that tipsy are first - thats why result is as you see it. 
Unfortunatelly current approach changes document structure and cant rebind 
events that were on that items before :/

Original comment by [email protected] on 17 Aug 2010 at 12:42

from jqueryrotate.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 30, 2024
I already have that.
all files are original and seperate. I only place them and compress them for 
better performance.
I first load
<script type="text/javascript" src="./cms/js/jquery-rotate.js"></script>
and then the rest
<script type="text/javascript" 
src="./cms/js/jquery.jcarousel.pack.js,jquery.colorbox.js,jquery.nivo.slider.pac
k.js,jquery-paginator.js,cssverticalmenu.js,fastinit.js,media.js,jquery.validate
.js,jquery.youtubeplaylist.js,jquery.tipsy.js,jquery-config.js"></script>
as you can see in the source

Original comment by [email protected] on 17 Aug 2010 at 2:06

from jqueryrotate.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 30, 2024
Another hint here would be - if possible remove any control tags from images - 
to wrapping them containers - as those containers are not changed, but <img> 
element are completly replaced so thats probably reason of why its happening 
like that. This compressed one is fine, however it does not help me seeing what 
is wrong :)

Original comment by [email protected] on 17 Aug 2010 at 2:44

from jqueryrotate.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 30, 2024
[deleted comment]

from jqueryrotate.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 30, 2024
Okay.
Found out some more :)
With tooltips and without the rotate the DOM looks lke this

<DIV id=albumblock><A class="imglink thumbblock tooltip" 
href="gallery.html"><IMG src="./cms/temp/mini_fik.jpg" width=60 height=60 
original-title="Fik" jQuery1282069206437="14"></A> so the tooltip will be 
="Fik" 

With rotate enabled it will be

<DIV id=albumblock><A class="imglink thumbblock tooltip" 
href="gallery.html"><SPAN style="POSITION: relative; WIDTH: 60px; DISPLAY: 
inline-block; HEIGHT: 60px" id=null jQuery1282069233609="2"><rvml:image 
style="POSITION: absolute; WIDTH: 60px; HEIGHT: 60px; TOP: 0px; LEFT: 0px; 
rotation: 0" class=rvml src = "./cms/temp/mini_fik.jpg" coordsize = 
"21600,21600"></rvml:image></SPAN></A>

Here I loose the title tag

(source IE8)

Original comment by [email protected] on 17 Aug 2010 at 6:26

from jqueryrotate.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 30, 2024
Here another person with same kind of issue
http://forum.jquery.com/topic/this-wont-work-in-firefox

Original comment by [email protected] on 17 Aug 2010 at 6:28

from jqueryrotate.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 30, 2024
Is that problem fixed ? Because i would like to close some issues here :)

Original comment by [email protected] on 16 Dec 2010 at 10:39

from jqueryrotate.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 30, 2024
No more input from issue author. 

Anyway this is rather a problem of tooltip implmementation, not a jQueryRotate 
where it has to replace dom element internally.

Original comment by [email protected] on 25 Jan 2011 at 11:42

  • Changed state: WontFix

from jqueryrotate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.