enableObjectResizing and enableInlineTableEditing in Webkit - javascript

I have enabled contentEditable. In Firefox, by default, the tables and images can be manipulated. But in other browsers like Midori, QupZilla and similar WebKit browsers this feature is not enabled by default.
How/Can can I enable these two settings
enableObjectResizing
enableInlineTableEditing
in a WebKit based browser's console?
I am going to utilize this in a program that I am making, but trying to figure out how to do it in the console first.

enableObjectResizing and enableInlineTableEditing aren't supported in WebKit browsers including at least Chrome. Open this codepen (only in Chrome, obviously) to see that.

Related

Website not working in Firefox/Chrome, but does in IE

There is a website that I must use at work quite a bit and the only browser it works on is Internet Explorer.
I'm presuming this is because the code is outdated/incorrect and includes javascript that only IE is able to read.
This is a problem, because I want to use Firefox or Chrome, they are much better browsers.
I believe the issue is Firefox/Chrome (hereinafter referred to as foam) not being able to recognize the following "onclick" command lines. When I press these buttons, the web page does not change as it should.
<button class="MenuButton" title="Create ICL" value="ADDICL" onclick="PageJump('ICLMain.asp?From=ICLHome')">Create ICL
So.... since this is not my website, I cannot re-write all of this code to fix it. It is a corporate owned underwriter website for creating a certain document.
There must be some sort of extension that enables Firefox/Chrome to read Javascript codes like Internet Explorer so that I can use Firefox/Chrome and still use this website.
Try to use chrome extension ie tab, https://chrome.google.com/webstore/detail/ie-tab/hehijbfgiekmjfkfjpbkbammjbdenadd?hl=es. This extension emulate The ie Explorer.
I'm also facing the same problem(Javascript broke). The solution I found is to just add https:// before the link and reload the page and everything will work fine again.

chrome extensions: full width toolbars

Im currently working on a fork of the famous web developer extension (chrome, firefox, opera). Exactly I am working on the chrome extension.
The Firefox extension is shown like that:
Chrome instead shows only a icon...
..which toggles the "pretty small" widget:
A part of my goal with this fork is to change this toggle icon to a toolbar such as firefox does.
After studying the documentation chrome extensions (https://developer.chrome.com/extensions/devguide) I came to the result that this is not possible with default settings (browser actions, page actions,...).
When I looked again at the Table of Contents in the documentation I got an idea. There is the possibility to edit the bookmarks. So it could be possible to add an additional bookmark bar/row and place the single web developer actions as bookmark with the function on it.
Is this the right way for solving this? Because at the moment I only see possibilities with more or less dirty hacks. And doing it via bookmarks seems at least dirty.
PS: I also thought about this:
The plugin is actually the same on firefox and chrome and from the same author. So when this adaption of the toolbar in chrome would be easy possible then would not have such differences in the chrome and firefox addon.
Nope, that's simply impossible.
Chrome does not support custom toolbars, and that includes "an additional bookmark bar/row".
The closest, visually, would be injecting UI directly into the top of all pages. I don't think I need to explain why that is hacky.

Is there a good cross-browser way to export tables as CSVs with JavaScript?

I implemented a table-to-CSV download by changing an a link's href="download.csv" and download="data:application/csv;charset=utf-8,......"
It works in Firefox and Chrome, but not in Safari, for some reason. I've not checked IE yet.
Any idea what I should do to make it work cross browser?

Is Adobe-Brackets compatible with browsers other than Chrome?

Can adobe-brackets be used with any browsers other than chrome?
If so, how can I implement it?
Enable File > Enable Experimental Live Preview.
You can then start Live Preview, which will initially be opened in your default browser. But the thing is, you can copy the page's URL to any other browser (Firefox, IE, Safari, Opera, ...) and all will be live-updated simultaneously.
More info:
Multibrowser Live Preview in the Wiki (outdated)
Release 1.1 announcement
I think you mean brackets.io. If so, the only supported browser is chrome (it's mentioned under Brackets Highlights - Live Preview - Other limitations) https://github.com/adobe/brackets/wiki/How-to-Use-Brackets

Is there any javascript/jquery plugin that can help to drag and drop multiple files, and work in atleast FF and IE.

I was looking for a javascript/jquery plugin that can help me drag files from my desktop or any other location to my webpart in sharepoint. I want it to work atleast in Firefox and IE 6+
Regards
Will Firefox 3.5+ and browsers that supports file api (safari and chrome) you can do this with some plugins, but for other browsers, all IEs there is not such support with javascript. In this case you should use flash or silverlight. try PLUPLOAD, or this http://www.albanx.com/?pid=5&subid=21

Categories

Resources