Search and Top Navigation
#7569 closed feature (invalid)
Opened July 20, 2011 06:10AM UTC
Closed November 03, 2012 08:52AM UTC
Regarding jquery bounce effect
Reported by: | sunny85indore | Owned by: | sunny85indore |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.effects.* (individual effect) | Version: | 1.8.14 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Regarding jquery bounce effect
I am using bounce effect for times: 1, and time 100 (1 second), its working fine on all browsers.
I use this effect to append div dynamically in a big Div. e.g. In Main Div, i will append div 1, div 2, div 3 at top as they comes. Now what happens is that if more than one div comes at top at same time, this effect collides and performs weirdly. It creates unnecessary gaps in between divs and also overlaps divs. Please help me out jquery team.
Thanks in Advance!
Attachments (0)
Change History (14)
Changed July 20, 2011 06:59AM UTC by comment:1
_comment0: | Can you please post an example of the problem on jsFiddle or jsbin? We need more information to track down this bug. → 1311145331249145 |
---|---|
milestone: | 1.9 → TBD |
owner: | → sunny85indore |
status: | new → pending |
Changed July 20, 2011 07:05AM UTC by comment:2
status: | pending → new |
---|
Look Sir,
There is a main Div and what we do is that we append the new div within that main div like
<Div main>
<Div3></Div>
<Div2></Div>
<Div1></Div>
</Div>
What happens is that we append every new chat message in that Main div, like if next chat message will come, it will be Div 4 (appended above this old divs in MAIN div). Now problem is if more than one div gets bounce effect at same time, Div overlap each other and also unwanted gap between Divs (div1,div) gets created. I hope i ve helped you to understand....
Changed July 20, 2011 07:11AM UTC by comment:3
Changed July 20, 2011 07:35AM UTC by comment:4
status: | pending → new |
---|
allright
please find this url: http://livecommonnew.test.gate6.com/ver2/client.php
this is set up for you to test this out, when we continuously enter messages in very less time interval like 3-4 messages in 1-2 seconds, gap is created between divs and they overlap
please see it
Thanks allot!
Changed July 20, 2011 08:51AM UTC by comment:5
status: | new → pending |
---|
It sounds to me like you have a really good idea what it might take to make a "minimal" reproduction of this issue on a jsFiddle or jsbin. I'm not interested in seeing a ton of HTML/JS with a login/out AJAX Chat system etc... I want to see the smallest number of step to see the bug as possible, reproduced very easily for my eyes to view. Please use jsFiddle or jsbin...
Changed July 20, 2011 09:47AM UTC by comment:6
status: | pending → new |
---|
It wont be possible for me to create that scenario, its a big deal, my question is simple respected sir, if bounce effect is hit for same position (div) getting appended, than how they can be handled so that they dont cross each other and work individually, currently when they two div get the same bounce effect to get append in a div, they create problems....
Thanks mate!
Changed July 20, 2011 11:24AM UTC by comment:7
status: | new → pending |
---|
So, this is my attempt at taking your description and turning it into a demo of a problem: http://jsfiddle.net/Q5GT6/
I'm not seeing the problem... You need to get a ** reproducible test case** for us to work from.
Changed July 20, 2011 12:39PM UTC by comment:8
perhaps adding margin? http://jsfiddle.net/Q5GT6/1/
Changed July 20, 2011 12:51PM UTC by comment:9
status: | pending → new |
---|
thanks for making the initial mockup
now its set up properly pls check now....
Thanks!
Changed July 20, 2011 02:06PM UTC by comment:10
If you made some changes in that code sunny, you never saved it... Press the "Update" button on the top, and then copy the URL into this form please....
Changed June 26, 2012 01:22AM UTC by comment:11
type: | enhancement → feature |
---|
Changed October 11, 2012 09:02PM UTC by comment:12
milestone: | TBD → 1.10.0 |
---|
Changed October 19, 2012 09:12PM UTC by comment:13
status: | new → pending |
---|
Changed November 03, 2012 08:52AM UTC by comment:14
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Can you please post an example of the problem on jsFiddle or jsbin? We need more information to track down this bug. This could be one of those situations where you should be posting to the forums instead of the bug tracker as well.