-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No CSR-enabled webparts found on the page #22
Comments
Hi, Best, |
Of course, I checked on new task list, custom list, DisplayForm, EditForm, listview, homepage. I have tested 2 PCs, 2 SPS2013 and different Chrome profiles. Everywhere Cisar not recognizing the webparts and displays "No CSR-enabled webparts found on the page". |
You say Client Side Rendering is not working. Cisar makes CSR development easier, it is not required for CSR development. Without Cisar you can set JSLinks on WebParts, you can create JS files. So before we go an a Cisar wild-goose chase (it works fine in my Online environment) Create a simple JS file with only:
If that works you then open Cisar, and it should recognize the JSLink Now, it could well be Andrei created a bug when fixing the latest WP1 issue, |
Hi, I'm actually pretty confident it should work. I improved the way Cisar recognizes webparts several weeks ago, and been using it quite intensively over last weeks and haven't noticed any more issues with that. I checked just now both on-prem installation of SP2013 and Office365 and Cisar is able to find CSR-enabled webparts without issues. I checked both list views and list forms. Again - it will not work with new library/list experience or with Calendar lists, but otherwise should work fine. Oleg, when you experience this issue, could you press Ctrl+Shift+I from Cisar - this will open second DevTools that can be used to debug the main DevTools window :) And check if there are some errors in the console in there? Thanks, |
Ctrl+Shift+I is a standard Chrome functionality - it's not related to Cisar. Please undock and try again. What you should have after Ctrl+Shift+I is something like this: |
This is really mysterious. Some checks that you still can try:
|
So does it work now or still same problem? |
still same problem |
To clear the cache, delete the extensions did not solve the problem, only after reinstalling chrome - problem is solved. |
Really strange issue. But glad it is finally solved! |
Hello!
I've trying to simply customize list view via JSLink. Its not working! I activated/deactivate the MDS feature and always the same thing, not working!
To call the jslink script on the webpart, I've linked to: ~site/siteassets/subject_template.js or ~sitecollection/siteassets/subject_template.js
I installed the Cisar Chrome Extension (trying install from google and zip-archive .) - but it's not working!
F12 on view, forms -> Cisar -> "No CSR-enabled webparts found on the page"
I've seen discussion here "#21" but but nothing helped.
What requirements on SP2013 on-premise must be met for Cisar? (production server:MDF is on, test server: MDF is off)
I checked on the production and on the test server - the same result.
Unfortunately the problem is possible in the SP2013, but visually it works, except JSLink or CSR.
Thank you in advance.
The text was updated successfully, but these errors were encountered: