GithubHelp home page GithubHelp logo

texyla's People

Contributors

janmarek avatar lkopo avatar lopo avatar p177 avatar pavelkouril avatar tomaskraina avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

texyla's Issues

Upload souboru

Pri uploadu nekderych souboru (bohuzel se mi mezi nima nepodarilo najit zavislost) se nepodari odeslat form se souborem, dialog zmizi a zustane pouze tocici se spinner.

Texyla is not compatible with Nette 2.2.3

After hours of finding where the problem is I found possible solution. The problem is in this condition in js/texyla.js

    if (f.onsubmit()) {
            submitnout();
    }

What doesn't work (if validation Nette JavaScript succeeds f.onsubmit() doesn't return true, only undefined if you force the get value) so it only returns false if validation fails. The correct solution should be:

    if (f.onsubmit() !== false) {
            submitnout();
    }

More in this topic on Nette forums: http://forum.nette.org/cs/20728-texyla-submit-nic-nerobi#p142301

Webkit deprecated

event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.

jQuery("head script:last").attr("src") is undefined

v texyla.js riadok 121
nastava v pripade ze v headeri neni posledny script linkovaci, tj u mna ked je to priamo zapisany kod (WebLoader + head.js linkovanie)
nepomoze ani ked baseDir nastavim v options kedze riadok 121 sa vykonava este pred zavolanim samotnej texyly

riesenie ma aktualne nenapada

texyla autoresize

Integrovat nějaký plugin, aby se textarea natahovala podle délky napsaného textu.

Uncaught TypeError: Cannot call method 'replace' of null

I followed "Základy implementace" yet, I get this error.

Stack:

Uncaught TypeError: Cannot call method 'replace' of null
Texyla.expandtexyla.js:56
Texylatexyla.js:40
(anonymous function)texyla.js:5
e.extend.eachjquery.min.js:2
e.fn.e.eachjquery.min.js:2
jQuery.fn.extend.texylatexyla.js:4
(anonymous function)jquery.setup.js:3
f.Callbacks.njquery.min.js:2
f.Callbacks.o.fireWithjquery.min.js:2
e.extend.readyjquery.min.js:2
c.addEventListener.Bjquery.min.js:2

detekce konce ajaxu

v ajaxupload.js je trigger na ajaxComplete, pridal bych jeste na ajaxStop, datagrid pouziva ve svem js zrovna ajaxStop tak se mi spinner furt tocil

Špatně generovaný texyla.js

V TexylaLoaderu je "špatně" nadefinovaná cesta k souborům, což způsobovalo neplatné adresy k obrázkům Texyly. Nevím proč, ale místo adresy na složku mého projektu (v mém případě localhost/cms/document_root...) se generovala adresa localhost/texyla52/document_root. netuším, kde je chyba a tak jsem sprostě nahradil jeden řádek v TexylaLoaderu a vše běhá jak má.

//$this->sourceUri = Environment::getVariable("baseUri") . "texyla";
$this->sourceUri = WWW_DIR . "/texyla";

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.