Coder Social home page Coder Social logo

ext-web-components's People

Contributors

adubey11 avatar branflake2267 avatar jnsencha avatar medhasingh32 avatar mgusmano avatar pooja-awasthi avatar praveen-idera avatar rahulgarg30591 avatar shivistar 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

Watchers

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

ext-web-components's Issues

ResizableLayout seems to.. not work (as expected)

Hi folks,

I hadn't looked at Sencha for a long time, but when hunting for a new JS UI lib I thought I'd give it another look. The first thing I randomly chose was the ResizableLayout demo, but it seems kinda broken.

Environment
Windows 10
Google Chrome 85.0.4183.121 (Official Build) (64-bit)

Observed Behavior
If you drag the bottom section entitled Dock Bottom downwards a little and let go, it disappears completely. Also if you drag it up it seems to land in unexpected places

Expected Behavior
Not really sure. I guess I expected it to smoothly resize? It seems generally jank to me

ExtRownumberer support

for example:
<ExtGrid> <ExtRownumberer/> </ExtGrid>

file common\util.js
function isParentGridAndChildColumn
change
if (parentxtype === 'grid' && childxtype.includes("column")) {
to
if (parentxtype === 'grid' && (childxtype.includes("column") || childxtype === 'rownumberer')) {

use <ExtGridcolumn/> in <ExtGrid/> is not work(react classic)

for example
<ExtGrid> <ExtGridcolumn text="name" dataIndex="name" /> </ExtGrid>

the ExtGridcolumn is put in items of ExtGrid, and put in items of getHeaderContainer of ExtGrid is right

i changed “parentCmp.add(childCmp)” to "parentCmp.getHeaderContainer().add(childCmp)" below case isParentGridAndChildColumn , and fix this problem

maybe with location has same problem

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.