|
IE6 form select overlays the qTip
|
|
6th August, 15:45
Post: #1
|
|||
|
|||
|
IE6 form select overlays the qTip
I have qTip attached to the icons next to the Select elements in the form. In IE6 only, the qTip appears behind the Select dropdown.
|
|||
|
6th August, 15:53
Post: #2
|
|||
|
|||
|
IE6 form select overlays the qTip
czarfloors, could you update to the latest branch revision and see if this is still occuring please?
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
6th August, 17:16
(This post was last modified: 7th August 10:07 by tintop.)
Post: #3
|
|||
|
|||
|
IE6 form select overlays the qTip
It happens in IE6 but it is not all the qtip, it is only the border and tip. The box is ok.
Didn't try it with 155 because I'm getting a Interfaces error in IE6. Update: Try with version 109 and the Tip is behind the combo. The Border and Tip should use bgiframe also. |
|||
|
9th August, 16:16
Post: #4
|
|||
|
|||
|
IE6 form select overlays the qTip
dluis, could you update to the new branch revision and see if you're still running into problems?
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
10th August, 10:55
Post: #5
|
|||
|
|||
|
IE6 form select overlays the qTip
Interface problem gone.
121 still have the Tip behind the combo in IE6.
|
|||
|
12th August, 13:11
Post: #6
|
|||
|
|||
|
IE6 form select overlays the qTip
Problem should now be fixed as of the latest branch revision. Could you confirm this for me on your end dluis?
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
12th August, 15:23
Post: #7
|
|||
|
|||
|
IE6 form select overlays the qTip
It is better than before but not yet perfect. The Border is in the front of the Combo but the tip is behind.
I'm still having problems with the Destroy. Tried also de hide and disable and couldn't make then to work either. I will make a new post just about this issue. |
|||
|
12th August, 21:04
Post: #8
|
|||
|
|||
|
IE6 form select overlays the qTip
I'm having the same issue here. In IE6, if a <select> tag in even on the same page, the content of the tooltip is not visible. I can only see the corners. I went ahead and updated to the latest branch version, but still having the same problem.
|
|||
|
13th August, 12:07
Post: #9
|
|||
|
|||
|
IE6 form select overlays the qTip
I'm not seeing any problem with my version of IE6 I'm testing with... could you both send over your code and the IE version number your using please?
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
13th August, 13:09
(This post was last modified: 13th August 13:10 by tintop.)
Post: #10
|
|||
|
|||
|
IE6 form select overlays the qTip
Craig,
![]() Browser: IE6 version 6.0.3790.3959 Update Versions: SP2 OS: Windows 2003 Server SP2 Code: JS Code
You can see in the image that the Border is OK now but the tip is behind. |
|||
|
13th August, 16:47
(This post was last modified: 13th August 17:17 by Trygve.)
Post: #11
|
|||
|
|||
|
IE6 form select overlays the qTip
Craig,
I'm testing in IE6 version 6.0.2900.2180 SP2 & 6.0.2900.5512 SP3 JS Code
|
|||
|
14th August, 13:53
Post: #12
|
|||
|
|||
|
IE6 form select overlays the qTip
Ok guys think I solved the problem. Seems I was incorrectly setting the opacity of the iframe (woops). Update to the latest branch and see if it fixes the issue for you both
.
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
18th August, 18:31
Post: #13
|
|||
|
|||
|
IE6 form select overlays the qTip
Craig, I wish I had good news for you, but the tooltip is still broken in IE6. Only 4 rounded corners are visible.
|
|||
|
19th August, 17:16
Post: #14
|
|||
|
|||
|
IE6 form select overlays the qTip
So, I found out that putting this(filter:alpha(opacity=80)
in the css is what's breaking it. But, when I remove the select form elements from the markup, it works just fine. Any ideas?
|
|||
|
20th August, 13:14
Post: #15
|
|||
|
|||
|
IE6 form select overlays the qTip
Mr. Haddnin, are you using a custom z-index for your tooltip? It could be that the iframe is actually taking z-index precedence over your tooltip.
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
20th August, 19:30
Post: #16
|
|||
|
|||
|
IE6 form select overlays the qTip
Craig, not using z-index anywhere. I took out the alpha filter for IE6. It's just gonna have to be solid for IE6 users. Not a big deal, plus boss says I've spent too much time on this already. Time to go to production.
|
|||
|
21st August, 04:11
Post: #17
|
|||
|
|||
|
IE6 form select overlays the qTip
Sorry to be a pest Mr. Haddnin, but could you try the latest branch release and see if it makes any difference? Just changed a few properties around.
http://bazaar.launchpad.net/~craig.craig...runk/files Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
21st August, 16:25
Post: #18
|
|||
|
|||
|
IE6 form select overlays the qTip
No problem Craig,
Now the tooltip only works in IE8 no matter what I do. |
|||
|
23rd August, 00:22
Post: #19
|
|||
|
|||
|
IE6 form select overlays the qTip
Mr. Haddnin, I can't seem to find the cause of this problem. I'm wondering if it might have something to do with the DOCTYPE your using on your page? I can't reproduce it in any of my tests...
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
10th September, 22:00
Post: #20
|
|||
|
|||
|
IE6 form select overlays the qTip
I had exactly the same problem today. Compounding the confusion was the fact that sometimes the background did cover the selects and sometimes it didn't. Sometimes the border did, sometimes not.
What fixed it was specifying a hard width instead of a min, max, or combination of the two. Sidebar: I will also mention just because I'm here that I also tried the current dev branch out of the repository and it did not respect the max width in IE6. It gave 100% of the page's width. Thanks! |
|||
|
11th September, 01:45
Post: #21
|
|||
|
|||
|
IE6 form select overlays the qTip
apv, just updated the branch revision which fixes the 100% issue. But for some odd reason, I can't reproduce this bloody IE6 bug. the BGIFrame plugin seems to be working flawlessly on my end. Could you confirm this in the new branch?
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
11th September, 16:59
Post: #22
|
|||
|
|||
|
IE6 form select overlays the qTip
Hi again, Craig. Want to mention how great I think qTip is. Uh, it's great!
I'm a little swamped today but I'll try to come back and revisit this and see if I can put together a fail case to share (I can't show what I'm working on; firewall/proprietary data) for the IE6 thing. May IE6 die soon and never return to haunt us. |
|||
|
11th November, 08:08
(This post was last modified: 11th November 08:09 by xcession.)
Post: #23
|
|||
|
|||
|
IE6 form select overlays the qTip
First of all great thx for "qtip"... It's a great tool...
Also... the filter:alpha(opacity=0); works like a charm when in css, but not when it's in api. For example: JS Code
It does work in FF, but not in IE. Any ideas? |
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| [Solved] Form submit grabbing wrong value | loveccb | 3 | 399 |
26th January 16:53 Last Post: ramon.alvarez |
|
| qTip modal accept/decline form | jinx8402 | 0 | 209 |
15th December 13:34 Last Post: jinx8402 |
|
| post ajax from qtip2/validation form | jquerynewb | 4 | 1,087 |
14th July 08:19 Last Post: Craig |
|
| form wizzard | rify | 0 | 278 |
29th June 14:30 Last Post: rify |
|
| [Solved] Form within qTip | barnaby | 3 | 1,013 |
28th February 18:08 Last Post: Craig |
|
| Having a file upload form in qTip, possible? Help! | lancelot_one | 5 | 932 |
19th February 18:01 Last Post: lancelot_one |
|
| qTip and Forms, how to access form input/elements/form data? | lancelot_one | 2 | 1,342 |
15th February 21:43 Last Post: lancelot_one |
|
| Form Submit Close Qtip | b0gui | 1 | 1,536 |
25th January 18:52 Last Post: Craig |
|
| [Solved] Problem with form and postdata in qtip | Baukereg | 2 | 2,445 |
25th January 18:02 Last Post: b0gui |
|
| [Solved] Click-to-activate tooltip -- error with IE6 | todsa | 9 | 1,379 |
6th January 03:19 Last Post: Craig |
|
User(s) browsing this thread: 1 Guest(s)

Search
Member List
Calendar
Help





![[Image: 958abfbd605a44d8773b94de92a73a93.png]](http://www.image-bits.ro/uploads/958abfbd605a44d8773b94de92a73a93.png)
.
in the css is what's breaking it. But, when I remove the select form elements from the markup, it works just fine. Any ideas?