swmitra / html-designer

*NOW WITH RESPONSIVE DESIGN TOOLS AND FLUID GRID* An extension for popular opensource editor Brackets , to design and customize html pages/applications along with transition and key-frame CSS3 animation support. It also supports creation of design snippets or bookmark fragments from existing design under custom tagging section in widget toolbox to facilitate reuse later. YouTube channel for Brackets Designer -
https://www.youtube.com/channel/UChUxLJUZznyImYkSe6D5s9w/videos
Other
445 stars 90 forks source link

Cannot call method 'insertRule' of undefined #5

Open brainstormtrooper opened 9 years ago

brainstormtrooper commented 9 years ago

Can't click/drag/edit/modify any elements in the design view. Using 64bit linux rmp package.

brainstormtrooper commented 9 years ago

Error is thrown on line 518 of CSSRuleSetManager.js in version 2.0.3 of the extension and version 1.4.0-16380 of Brackets.

swmitra commented 9 years ago

Is this the same instance/runtime of brackets where you have installed the designer extension? In case it is and you have not reloaded brackets after that, please reload brackets with extensions or restart brackets.

brainstormtrooper commented 9 years ago

(?) yes, I only have one Brackets installation, and I did reload - also without any other extensions - but still the same results.

brainstormtrooper commented 8 years ago

Juts updated the extension and the result is the same... this.styleSheetRef.insertRule(this.ruleSet.cssText, this.ruleSetPos); gives this error "Uncaugth TypeError: Cannot call method 'insertRule' of undefined"

swmitra commented 8 years ago

As I didn't have a linux environment available earlier , this extension was never tested on the same. But now I have started testing the extension , wait for some more time to get the fully operational designer on linux.