Skip to main content

Questions tagged [ember.js]

Ember.js is a component-service application framework written in JavaScript. Consider making your question easier to answer by using the preconfigured templates mentioned in this tag's wiki. (Always specify version of ember used when describing your issue)

0 votes
2 answers
42 views

Background Video Not Autoplaying

Not sure if this is an issue with the local server ember generates, or if it is just a normal thing local servers do, but currently I have a video that I play in the background of my page that does ...
Jazzwal's user avatar
  • 11
0 votes
2 answers
31 views

Local npm dependency in Ember.js 5.8

I need custom linting rules for my Ember 5.8 project. Ember 5.8 uses ESLint 8.57 and ESLint allows custom rules via Plugin, see this tutorial. Step 8 of said tutorial reads as follows: You might want ...
crusy's user avatar
  • 1,492
0 votes
1 answer
29 views

How to create component in v2 addon using command line

I have v2 addon and I was create files manually, I want to be create in terminal to create components, service, utils,…etc. I tried in v2 addon path of create component but it will get error! PS C:\V2 ...
THENNARASU R's user avatar
0 votes
1 answer
18 views

Ember-classic-decorator not support in v2 addon components, but works fine in normal addon components

I have v2 addon to use dependencies “ember-classic-decorator”: “^3.0.0”, import in my addon component get error message. But normal addon component It’s works fine. app.js:96 Ember.onerror handler - ...
THENNARASU R's user avatar
0 votes
0 answers
65 views

ember problem - ENOENT: no such file or directory, open 'c:\c:\ @warp-drive

I am trying to do an 'ember build' in a a 'ember new project' but i am getting all the time this strange message. " c:\Users\User\Desktop\ember-course\my-todo-app2>ember build Environment: ...
TiagoT's user avatar
  • 51
0 votes
2 answers
36 views

How to select an input field in ember js via chrome console

Currently there is an input field that displays a search drop down as soon as I click on it , but If I store the field as a global variable and try temp1.select() in chrome console ( temp1 is the name ...
Tharun Reddy's user avatar
0 votes
0 answers
53 views

How to Add a Search Banner Component to the Custom Homepage in Discourse forum?

I am trying to add a search banner component to the new custom homepage feature in Discourse. I have followed the instructions to set up the custom homepage and added the plugin outlet, but the search ...
Pushpinder Singh's user avatar
0 votes
1 answer
46 views

Render only child template in ember js

I have an Ember.js application, and I have a route called parent/child. When I render the parent/child template, I only want the content inside the parent/child template to be displayed. I don't want ...
Anonymous's user avatar
0 votes
1 answer
35 views

Configure xunit output of Testem in Ember.js

I use Ember 5.6.0. Running ember test --silent --reporter xunit > ember-test-result.xml outputs an XML with the following content: <testsuite name="Testem Tests" tests="439" ...
crusy's user avatar
  • 1,492
0 votes
1 answer
18 views

How to implement rectangular highlight tool on ember

I want to implement a rectangular highlight tool as seen on google.com -> Settings -> Send Feedback -> Capture Screenshot -> Highlight or Hide info. Seems very complicated and I'm not sure ...
agustinvaca's user avatar
0 votes
1 answer
42 views

Why these ember data models are different from one another?

I am struggling for some time with this issue. Ember 1.12. One model passed is working fine, but another is not as it should. Here is the relevant parts from route(search.js) - model(params) { this....
Ramix's user avatar
  • 31
0 votes
1 answer
26 views

packageRules definition for embroider to allow component from @glimmer/component to work in ember 5.8

Just upgraded from 5.4 to 5.8. Now I'm getting this error. \src\node_modules\.embroider\rewritten-app\routes\components\case-tools\template.hbs: Unsafe dynamic component: this.tool in node_modules\....
Display name's user avatar
  • 1,422
0 votes
1 answer
59 views

Why is tabindex=0 still used in HTML even when a feature flag is false in Ember.js?

I'm working on an Ember.js project where I've implemented a feature flagging system to control certain UI elements based on specific conditions. However, I've encountered a situation where even when ...
Sefali gupta's user avatar
0 votes
0 answers
33 views

The "path" argument must be of type string. Received type object in ember js

I updated the ember from 2.7 to 3.2 using command ember-cli-update and after this I run the project using npm start then i'm getting error on terminal type here ERROR Summary: - ...
Asif Raza's user avatar
0 votes
1 answer
36 views

In an Ember.js Octane Acceptance Test, how do I query and/or set the test window height?

I have an acceptance test to ensure that a PDF viewer on a specific route isn’t accidentally sized incorrectly. Due to a convergence of prior choices and the way the embed tag works, the viewer can ...
Display name's user avatar
  • 1,422

15 30 50 per page
1
2 3 4 5
1600