Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#15045 closed bug (notabug)

Resizable: Resizable is not working from 1.8.4+ version

Reported by: tranquilodf Owned by: tranquilodf
Priority: minor Milestone: none
Component: ui.resizable Version: 1.12.0
Keywords: Cc:
Blocked by: Blocking:

Description (last modified by Scott González)

Hi! I am studying jQuery and when I'm trying to make an example of the default format and it is not working when I use versions 1.8.4+. Below is the code to check:

EDITED: Code blocks removed

Change History (7)

comment:1 Changed 53 years ago by tranquilodf

Status: pendingnew

comment:1 Changed 7 years ago by Scott González

Component: ui.coreui.resizable
Description: modified (diff)
Owner: set to tranquilodf
Status: newpending

It's working just fine for us: http://jqueryui.com/resizable/

If you're still having problems, please follow the instructions in the red box and provide a reduced test case using jsbin or jsFiddle. DO NOT paste large blocks of code into tickets.

comment:2 Changed 7 years ago by tranquilodf

Below is the same codes but running locally and remotely running on JSBin. Note that locally it is not working, but when I insert the code in JSBin it works. What can be the problem? It's the same code...

  • Picture of local execution:

https://uploaddeimagens.com.br/imagens/codigo_local-png

  • Image of remote execution:

https://uploaddeimagens.com.br/imagens/codigo_jsbin-png

  • Code Link:

http://jsbin.com/xoxasi/4/edit?html,css,js,output

comment:3 Changed 7 years ago by Scott González

Resolution: notabug
Status: newclosed

Well, locally you're running over the file protocol, so things like protocol relative URLs won't work if the resources aren't available locally, which is the case for the libraries you're trying to load.

comment:4 Changed 7 years ago by tranquilodf

Hello, ok on protocol issues, but could tell me why the 1.8.3 version works locally and later versions do not work?

comment:5 Changed 7 years ago by Scott González

Please use the forums or Stack Overflow for help.

comment:6 Changed 7 years ago by tranquilodf

Hello!

I found out where is the problem.

When we download the package it presents the fault that informed, when I copy the link https://code.jquery.com/jquery-1.12.4.min.js it works normally.

Thanks for the support.

Note: See TracTickets for help on using tickets.