pencil icon indicating copy to clipboard operation
pencil copied to clipboard

No editing of texts and no new shapes on new document

Open Olli opened this issue 8 years ago • 20 comments

Since update to Firefox 45.0 its not possible to edit texts or drag-n-drop new elements in an existing or new document. I assume this is caused by the update of Firefox.

Olli avatar Mar 10 '16 11:03 Olli

Ok Update - this works ...in case you urgently need pencil for work. firefox --app Outputs/Linux/application.ini

Olli avatar Mar 11 '16 13:03 Olli

Olli, I had the same issue and got around it by simply downgrading Firefox. Please can you provide more detail about your suggested workaround? Thanks

itchybalaclava avatar Mar 14 '16 09:03 itchybalaclava

git clone https://github.com/prikhi/pencil cd pencil/build ./build.sh linux cd Outputs/Linux firefox -app application.ini Enough detail? :) Thats all I can provide. Take a look at the description - it's provided here https://github.com/prikhi/pencil/ (just scroll down)

Olli avatar Mar 14 '16 10:03 Olli

Interesting, thanks for the report. Were no breaking changes in FF45 according to mozilla... Will investigate.

prikhi avatar Mar 14 '16 17:03 prikhi

I'm affected by this too... Can I somehow help debugging this?

devvv4ever avatar Mar 23 '16 11:03 devvv4ever

I'm pretty sure it's a bug in Firefox. There's nothing relevant in the release notes for FFv45.

I made a bug: https://bugzil.la/1259385

prikhi avatar Mar 24 '16 10:03 prikhi

https://bugzilla.mozilla.org/show_bug.cgi?id=1259385#c13

Gonna have to go through the nightlies & figure out which one breaks Pencil.

prikhi avatar Mar 24 '16 23:03 prikhi

I got only one significant change in the same Firefox Upgrade who break Pencil. Since this upgrade my Firefox contain his original Firefox Logo again. Until this tile I had the Pencil Logo instead of the Firefox Logo in the Running Firefox.

Mannshoch avatar Apr 04 '16 12:04 Mannshoch

I've the same problem. I cannot drag items to page. Firefox 46.0.1

dmiro avatar May 25 '16 14:05 dmiro

@prikhi any news on this issue?

Olli avatar May 31 '16 09:05 Olli

I installed Pencil native (not as addon) and it works.

Mannshoch avatar May 31 '16 17:05 Mannshoch

Yes - if it's not an add-on it works as expected (I'd mention it here https://github.com/prikhi/pencil/issues/802#issuecomment-196254215 )

Olli avatar Jun 03 '16 09:06 Olli

drag problem happens in my ff47.0 too.

piedgogo avatar Jun 13 '16 00:06 piedgogo

build and run is not working too.

$ firefox -app application.ini Error: Platform version '47.0' is not compatible with minVersion >= 36.0 maxVersion <= 46.*

piedgogo avatar Jun 13 '16 00:06 piedgogo

Same problem with FF ESR 45.2.0, except for the shapes of my private collection that are still drageable. Are the default and private collections handled differently by pencil?

DeepSilence avatar Jun 13 '16 10:06 DeepSilence

I don't really have the time to figure this out, sorry guys. If you're getting this bug, I suggest moving on to http://github.com/evolus/pencil.

I'll keep bumping maxVersion hoping it'll be fixed in the future but if you want to continue using v2 either use an older firefox, or use xulrunner/palemoon. I'm using this repo, mostly with xulrunner but also with palemoon.

prikhi avatar Nov 20 '16 18:11 prikhi

Confirm on firefox 50.0. Dont work, i cant drag and drop the shapes on the document.

gabrielrincon avatar Nov 22 '16 11:11 gabrielrincon

@prikhi Thanks so much for all your maintenance effort, it really makes a difference. Based on your feedback on this ticket, I downloaded Pencil-2.0.21-win32.installer.exe from the releases page and it works perfectly. I'm now using it rather than the XPI, and eagerly watching progress on Pencil 3.0 :)

lofidevops avatar Nov 28 '16 06:11 lofidevops

base answer

If you are currently on Ubuntu 16.04 maybe the default mozilla will not allow you to run this, but you can always run it with xulrunner. Ollie teach us how build from source

FFVER=grep -Po "\d{2}\.\d+" /usr/lib/firefox/platform.ini ARCH=uname -p XURL=https://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$FFVER/runtimes/xulrunner-$FFVER.en-US.linux-$ARCH.tar.bz2 cd /opt sudo sh -c "wget -O- $XURL | tar -xj" sudo ln -s /opt/xulrunner/xulrunner /usr/bin/xulrunner sudo ln -s /opt/xulrunner/xpcshell /usr/bin/xpcshell

If the package fails use this on XURL=

umiphos avatar Mar 04 '17 04:03 umiphos

Does not work for me either on Ubuntu 16.04. Starts but cannot drag elements.

paulewetzel avatar Mar 07 '17 09:03 paulewetzel