Giter Site home page Giter Site logo

extjs-mirror's People

Contributors

behrang avatar bitdeli-chef avatar

Stargazers

 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

extjs-mirror's Issues

Any documentation?

Hi,
It would be great to write a short documentation about how to use your package. Can you gimm'e a clue on how to use your hack? Do I have to overwrite anything?

desktop example firefox bug

Hi all
Do you test the desktop example in firefox ?.
I use firefox 13 and when I want to open a window (Grid window for example) It appear out of view and also I can't move window on X axis it is movable only in Y axis direction. when I maximize the window it will fill the view port correctly, but when I minimize it, a wrong animation will played.

The masters please have a check on this issue.

Thanks in advance for your attention

getXY error

Hi Behrang, thanks for the files.

I added a reference at index.html file after adding the files to the project.
But I'm getting an error and my select field isn't working.

Error data:
Uncaught TypeError: Cannot set property 'getXY' of undefined ext-mirror.js:178
(anonymous function) ext-mirror.js:178
Ext.apply.onDocumentReady sencha-touch.js:9565
Ext.apply.onReady.fn sencha-touch.js:7972
Ext.apply.triggerReady sencha-touch.js:7953
(anonymous function) sencha-touch.js:3181
Ext.apply.refreshQueue sencha-touch.js:7539
Ext.apply.onFileLoaded sencha-touch.js:7863
(anonymous function) sencha-touch.js:3181
Ext.apply.injectScriptElement.onLoadFn sencha-touch.js:7558

After trying to click the select field:
Uncaught TypeError: Object [object Object] has no method 'addUnits' ext-mirror.js:41
Ext.onReady.Ext.override.setLeft ext-mirror.js:41
Ext.define.doSetLeft Component.js:1418
(anonymous function) Evented.js:42
Base.implement.initConfig sencha-touch.js:4663
Ext.define.constructor Component.js:929
Base.implement.callParent sencha-touch.js:4521
Ext.define.override.constructor Component.js:2478
Ext.apply.create.Class sencha-touch.js:4916
(anonymous function)
Ext.ClassManager.instantiate sencha-touch.js:6388
Ext.apply.factory sencha-touch.js:9344
Ext.define.applyModal Container.js:401
Ext.apply.generateSetter.setter sencha-touch.js:5189
Base.implement.initConfig sencha-touch.js:4663
Ext.define.constructor Component.js:929
Base.implement.callParent sencha-touch.js:4521
Ext.define.override.constructor Component.js:2478
Base.implement.callParent sencha-touch.js:4521
Ext.define.constructor Container.js:349
Base.implement.callParent sencha-touch.js:4521
override.constructor Container.js:1485
Ext.apply.create.Class sencha-touch.js:4916
(anonymous function)
Ext.ClassManager.instantiate sencha-touch.js:6388
(anonymous function) sencha-touch.js:3195
Ext.define.getTabletPicker Select.js:272
Ext.define.showPicker Select.js:338
Ext.define.onMaskTap Select.js:300
Ext.define.doFire Controller.js:197
Ext.define.fire Controller.js:124
Ext.define.doDispatchEvent Dispatcher.js:341
Ext.define.dispatchEvent Dispatcher.js:322
Ext.define.doFireEvent Observable.js:235
Ext.define.fireAction Observable.js:224
Ext.define.onMaskTap Input.js:582
Ext.define.doFire Controller.js:197
Ext.define.fire Controller.js:124
Ext.define.doDispatchEvent Dispatcher.js:341
Ext.define.dispatch Publisher.js:65
Base.implement.callParent sencha-touch.js:4521
Ext.define.dispatch Dom.js:252
Ext.define.doPublish Dom.js:294
Ext.define.publish Dom.js:259
Base.implement.callParent sencha-touch.js:4521
Ext.define.publish TouchGesture.js:225
Ext.define.onRecognized TouchGesture.js:209
Ext.define.fire Recognizer.js:58
Ext.define.onTouchEnd Tap.js:60
Ext.define.invokeRecognizers TouchGesture.js:275
Ext.define.onTouchEnd TouchGesture.js:424
override.processEvent TouchGesture.js:496
Ext.define.onEvent TouchGesture.js:102
Base.implement.callParent sencha-touch.js:4521
override.onEvent TouchGesture.js:492
(anonymous function) sencha-touch.js:3128

error in line of #389

line of #389 have an error.please check that
renderTpl[7] = renderTpl[7].replace('left', 'right');

disable Extjs-mirror

Hi
Is it possible to disable mirror and RTL in a window or Panel?
if Yes then
How?

if No then
Can you add this ability to Extjs-mirror?

Thanks in advance for your attention.

Bug: Toolbar with dock: "left".

I have some problems with a next component:

{
xtype: panel,
dockedItems: [
    {
        xtype: 'toolbar',
        dock: left,
        items: [ /*some buttons*/ ]
    }
]
}

After "mirror": the toolbar is layout on the right side of a panel (it's correct) but a panel stay on its old place (don't shift to the left) (it's not correct ).
Browser: Google Chome, Version 22.0.1229.94.

RTL support for chart points' mouse hover

Follow these steps:

  1. Create a page of ExtJS
  2. Add extjs-mirror to the page (to make it RTL)
  3. Add a chart (preferably a line chart)
  4. Now move your mouse over chart points

You should see that by moving your mouse to the right, points to the left get hovered. In other words, seems that ExtJS calculates the mouse movement (but in RTL direction), and dispatches hover event to chart points.

Shadow Position

there are Shadow position error > when uses mirror css file the shadow of (Dropbox and any dropdown field and button ) show in incorrect position coud u pleas cave me ur opinion ?

Bug: Drag'n'drop.

Bug according with drag'n'drop tooltip. Tooltip's position is shifted on the right-side of screen and don't follow cursor as correct is.

Shadow Align Bug

hi
when i use from extjs4 componnet with you project,Align of shadow contol dont fix with control.
then i have to set shadow to false
plz check it

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.