Closed Bug 286211 Opened 20 years ago Closed 17 years ago

fashional.be - dragdrop script for outfits are not working in DressingRoom page

Categories

(Tech Evangelism Graveyard :: English Other, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: prashant_44220, Unassigned)

References

()

Details

User-Agent:       Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Build Identifier: 

In the page at 
http://www.fashional.be/clients/authorizedforms/frmDressingroom.aspx, the drag 
script for dragging the object are not working in any browser except Intenet 
explorer.

Reproducible: Always

Steps to Reproduce:
1.If new user comes to the site, from new user sign up page create a new 
account and redirected to home page

2.Select the create model page and creates the model with this model u r 
redirected to dressing room page
3.In this page for try on outfits on created model drag the outfit on model.



Actual Results:  
Other than Internet Explorer this drag drop script doesn't work properly

Expected Results:  
It should be compatible with the other browsers as well

I give you the code uses for draaing the object:
//============================================================================
function move()
			{
				if (event.button==1&&dragapproved)
				{
					document.all("txtDragDrop").value = 
true
					ImageMove=true
					z.style.pixelLeft=temp1+event.clientX-x
					z.style.pixelTop=temp2+event.clientY-y
					return false
				}	
			}
			
			function drags()
			{
				if (!document.all)
				{
					return
				}
				if (event.srcElement.className=="drag")
				{
					dragapproved=true
					z=event.srcElement
					temp1=z.style.pixelLeft
					temp2=z.style.pixelTop
					x=event.clientX
					y=event.clientY
					document.onmousemove=move
				}	
			}
			document.onmousedown=drags
			document.onmouseup=new Function("dragapproved=false")
Assignee: justdave → general
Component: bugzilla.org → JavaScript Engine
Product: Bugzilla → Core
QA Contact: default-qa → general
Version: unspecified → 1.0 Branch
*** Bug 286220 has been marked as a duplicate of this bug. ***
Mark, please do not incorrectly assign bugs to the JavaScript Engine component.
The JavaScript Engine is about the language itself, not the DOM nor site
compatibility issues. Please read more on how to triage and properly assign bugs.

Over to evangelism
Assignee: general → english-other
Component: JavaScript Engine → English Other
Product: Core → Tech Evangelism
QA Contact: general → english-other
Summary: dragdrop script for outfits are not working in DressingRoom page → fashinal.be - dragdrop script for outfits are not working in DressingRoom page
Version: 1.0 Branch → unspecified
*** Bug 286354 has been marked as a duplicate of this bug. ***
Summary: fashinal.be - dragdrop script for outfits are not working in DressingRoom page → fashional.be - dragdrop script for outfits are not working in DressingRoom page
Closing this and bug 285387 because there's no website under any of these domains and I wasn't able to find a successor webite.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.