canvas-lms/public/javascripts
Ed Schiebel eb8d55ea48 Do not set maxWidth on images embedded w/in the rce
rolls back https://gerrit.instructure.com/c/canvas-lms/+/197254

closes COREFE-185

when a TD is not given a size, setting max-width causes it to shrink.
whatever issue this originally intended to address, we'll fix when
the image sizing work is completed.

test plan:
  - in the rce add a table with a couple columns
  - put text in one column, and an image in the other
  - in html edit mode, remove the style="width: 50%;" (or similar)
  - return to rich text mode
  > expect the image to be it's natural size, and not shrunken down
    to almost nothing.

Change-Id: Ib7df4c1d28f4827fe004b313aff51f6eb232aafc
Reviewed-on: https://gerrit.instructure.com/204569
Tested-by: Jenkins
Reviewed-by: Clay Diffrient <cdiffrient@instructure.com>
QA-Review: Clay Diffrient <cdiffrient@instructure.com>
Product-Review: Ed Schiebel <eschiebel@instructure.com>
2019-08-13 16:06:19 +00:00
..
bower/ember Move k5uplodaer to /packages 2019-05-10 18:30:51 +00:00
custom_moment_locales add slovenian locale 2019-03-12 14:33:42 +00:00
custom_timezone_locales bulk update of localized date/time formats 2018-09-19 15:24:00 +00:00
eportfolios convert public/javascript that export something to import/export 2017-05-25 16:22:35 +00:00
lti GitHub PR - LTI Request for Page Information 2019-07-15 17:19:12 +00:00
mediaelement Remove add-module-exports babel plugin & use esModules 2019-05-03 22:49:58 +00:00
quizzes da licença part 51 2017-04-28 19:05:00 +00:00
str remove js/coffee files not used in any bundle 2018-10-10 22:12:02 +00:00
tinymce_plugins rce: add external tools toolbar button 2019-06-07 22:18:04 +00:00
translations speed up translations loading 2019-07-01 15:25:30 +00:00
vendor Fix js on mobile login screen — again! 2019-07-16 20:24:09 +00:00
.i18nignore make xsslint not need js:generate, fixes SD-2160 2017-03-03 17:24:16 +00:00
.xssignore Remove RequireJS support 2017-03-13 22:10:23 +00:00
Backbone.js Fix some invalid imports 2018-10-09 21:31:57 +00:00
INST.js Remove some hacks that were for old IE versions 2019-08-01 16:26:29 +00:00
LtiThumbnailLauncher.js eslint --fix public/js/LtiThumbnailLauncher.js 2017-05-22 17:27:40 +00:00
account_add_course.js use relative imports in public/javscripts 2017-05-25 15:07:48 +00:00
account_add_user.js use relative imports in public/javscripts 2017-05-25 15:07:48 +00:00
account_authorization_configs.js fix <Select> deprecation in AuthTypePicker 2019-08-02 16:44:07 +00:00
account_settings.js Don’t include regenerator-runtime on account settings 2019-08-09 16:57:43 +00:00
account_statistics.js fix over time modals focus on close 2017-09-13 15:55:57 +00:00
ajax_errors.js Set focus to the login link for inactivity 2018-10-02 21:38:25 +00:00
alerts.js use relative imports in public/javscripts 2017-05-25 15:07:48 +00:00
authentication_provider_debugging.js refactor saml debugging 2018-09-29 04:27:17 +00:00
authentication_providers.js spec: clean authentication providers spec more 2018-06-27 15:07:19 +00:00
axios.js convert public/javascript that export something to import/export 2017-05-25 16:22:35 +00:00
calcCmd.js convert some more AMD to es6 import/export 2017-06-06 19:18:31 +00:00
calendar_move.js convert public/javascript that export something to import/export 2017-05-25 16:22:35 +00:00
collaborations.js Fix collaborations frontend code 2018-05-14 16:06:00 +00:00
communication_channels.js add slack integration 2019-07-29 23:29:16 +00:00
content_exports.js Give content export links meaningful text 2018-03-28 22:43:31 +00:00
content_locks.js don't double-escape module names in lock explanations 2018-01-12 12:49:41 +00:00
context_modules.js modules direct share menu items 2019-08-05 16:52:28 +00:00
context_modules_helper.js convert public/javascript that export something to import/export 2017-05-25 16:22:35 +00:00
convert_case.js convert public/javascript that export something to import/export 2017-05-25 16:22:35 +00:00
course.js [ci coverage] convert public/js w/ no ‘export’s to ‘import’ 2017-05-19 19:11:12 +00:00
course_settings.js Add screenreader message to cousse ends at midnight warning 2019-07-29 18:11:32 +00:00
course_settings_helper.js convert public/javascript that export something to import/export 2017-05-25 16:22:35 +00:00
dummyI18nResource.js [ci coverage] convert public/js w/ no ‘export’s to ‘import’ 2017-05-19 19:11:12 +00:00
edit_rubric.js use precision when updating discussion rubric 2019-08-12 15:45:41 +00:00
ember.js auto-lint some of gradebook 2019-03-04 13:55:35 +00:00
eportfolio.js Make submission addition KO friendly 2019-03-13 15:47:23 +00:00
file_inline.js use relative imports in public/javscripts 2017-05-25 15:07:48 +00:00
findLinkForService.js Only load findLinkForService when it is used 2019-06-07 19:57:50 +00:00
find_outcome.js convert public/javascript that export something to import/export 2017-05-25 16:22:35 +00:00
global_announcements.js validate account notification subject length 2019-06-11 15:07:16 +00:00
gradebook_uploads.js get stuff ready to use lodash instead of underscore 2019-07-15 18:44:15 +00:00
grading_standards.js auto-lint some of shared grading 2019-03-04 18:19:14 +00:00
i18nObj.js Make subsequent i18n.t calls faster 2019-04-16 01:01:01 +00:00
instructure.js Do not set maxWidth on images embedded w/in the rce 2019-08-13 16:06:19 +00:00
instructure_helper.js Remove unneeded imports of ‘i18n’ 2018-03-07 22:19:13 +00:00
jquery.ajaxJSON.js abort previous request in course/user search 2018-05-25 18:29:15 +00:00
jquery.disableWhileLoading.js make js bundles smaller by splitting up 18n scopes 2019-05-09 15:23:47 +00:00
jquery.doc_previews.js simplify/modernize google analytics & load faster 2019-08-02 20:07:18 +00:00
jquery.dropdownList.js [ci coverage] convert public/js w/ no ‘export’s to ‘import’ 2017-05-19 19:11:12 +00:00
jquery.fancyplaceholder.js [ci coverage] convert public/js w/ no ‘export’s to ‘import’ 2017-05-19 19:11:12 +00:00
jquery.google-analytics.js simplify/modernize google analytics & load faster 2019-08-02 20:07:18 +00:00
jquery.inst_tree.js use relative imports in public/javscripts 2017-05-25 15:07:48 +00:00
jquery.instructure_date_and_time.js fix $.fudgeDateForProfileTimezone for safari 2019-06-07 19:28:15 +00:00
jquery.instructure_forms.js simplify/modernize google analytics & load faster 2019-08-02 20:07:18 +00:00
jquery.instructure_jquery_patches.js simplify/modernize google analytics & load faster 2019-08-02 20:07:18 +00:00
jquery.instructure_misc_helpers.js Only load findLinkForService when it is used 2019-06-07 19:57:50 +00:00
jquery.instructure_misc_plugins.js make js bundles smaller by splitting up 18n scopes 2019-05-09 15:23:47 +00:00
jquery.keycodes.js use relative imports in public/javscripts 2017-05-25 15:07:48 +00:00
jquery.loadingImg.js [ci coverage] convert public/js w/ no ‘export’s to ‘import’ 2017-05-19 19:11:12 +00:00
jquery.scrollToVisible.js Upgrade to Inst-UI 3.2 2017-09-07 17:14:42 +00:00
jquery.templateData.js use relative imports in public/javscripts 2017-05-25 15:07:48 +00:00
jquery.toJSON.js [ci coverage] convert public/js w/ no ‘export’s to ‘import’ 2017-05-19 19:11:12 +00:00
jquery.ui.menu.inputmenu.js [ci coverage] convert public/js w/ no ‘export’s to ‘import’ 2017-05-19 19:11:12 +00:00
ldap_settings_test.js use relative imports in public/javscripts 2017-05-25 15:07:48 +00:00
link_enrollment.js use relative imports in public/javscripts 2017-05-25 15:07:48 +00:00
login.js simplify/modernize google analytics & load faster 2019-08-02 20:07:18 +00:00
manage_avatars.js use relative imports in public/javscripts 2017-05-25 15:07:48 +00:00
mathml.js Fix critical MathJax XSS Vulnerability 2019-07-11 14:56:16 +00:00
mathquill.js fix equation editor tabs w/ encoded chars in href 2018-02-14 05:24:10 +00:00
media_comments.js Remove some hacks that were for old IE versions 2019-08-01 16:26:29 +00:00
mergeI18nTranslations.js Make i18n scope string file loading faster 2019-05-23 21:17:58 +00:00
message_students.js fix string translation in “Message students who” 2019-07-31 23:06:45 +00:00
moderate_quiz.js Old Quizzes: support i18n numbers on moderate page 2019-08-07 16:28:49 +00:00
moment_formats.js get stuff ready to use lodash instead of underscore 2019-07-15 18:44:15 +00:00
oauth2_confirm.js Prevent OAuth confirmation double submission 2017-05-23 20:05:27 +00:00
page_views.js Don’t let page_views slow down page unload 2019-06-06 18:22:21 +00:00
plugins.js use relative imports in public/javscripts 2017-05-25 15:07:48 +00:00
prerequisites_lookup.js Use an attribute we can trust for prereqs lookup 2019-06-10 18:16:05 +00:00
profile.js fix disable mfa button 2018-02-28 17:15:23 +00:00
question_bank.js convert public/javascript that export something to import/export 2017-05-25 16:22:35 +00:00
question_banks.js use relative imports in public/javscripts 2017-05-25 15:07:48 +00:00
quiz_arrows.js Support i18n numbers when taking a quiz 2019-08-12 15:09:17 +00:00
quiz_formula_solution.js Support i18n inputs in all questions 2019-07-17 22:30:09 +00:00
quiz_history.js make js bundles smaller by splitting up 18n scopes 2019-05-09 15:23:47 +00:00
quiz_inputs.js convert public/javascript that export something to import/export 2017-05-25 16:22:35 +00:00
quiz_labels.js convert public/javascript that export something to import/export 2017-05-25 16:22:35 +00:00
quiz_rubric.js convert public/javascript that export something to import/export 2017-05-25 16:22:35 +00:00
quiz_show.js Don't get quiz details url from data attribute 2019-01-30 17:34:01 +00:00
quiz_statistics_cqs.js [ci coverage] convert public/js w/ no ‘export’s to ‘import’ 2017-05-19 19:11:12 +00:00
quiz_timing.js convert public/javascript that export something to import/export 2017-05-25 16:22:35 +00:00
quizzes.js Support i18n numbers when taking a quiz 2019-08-12 15:09:17 +00:00
react-dnd-test-backend.js da licença part 51 2017-04-28 19:05:00 +00:00
react-modal.js convert some more AMD to es6 import/export 2017-06-06 19:18:31 +00:00
reminders.js use relative imports in public/javscripts 2017-05-25 15:07:48 +00:00
rubricEditBinding.js [ci coverage] convert public/js w/ no ‘export’s to ‘import’ 2017-05-19 19:11:12 +00:00
rubric_assessment.js Use anonymous URLs for anonymous peer reviews 2019-03-18 16:26:11 +00:00
rubric_delete_confirmation.js make js bundles smaller by splitting up 18n scopes 2019-05-09 15:23:47 +00:00
section.js use relative imports in public/javscripts 2017-05-25 15:07:48 +00:00
select_content_dialog.js Show and launch default tool 2019-08-12 18:14:54 +00:00
setWebpackCdnHost.js da licença part 51 2017-04-28 19:05:00 +00:00
setupAndFocusTinyMCEConfig.js Remove some hacks that were for old IE versions 2019-08-01 16:26:29 +00:00
sis_import.js allow for creating logins through sis importer 2019-07-02 23:22:09 +00:00
slickgrid.long_text_editor.js prettify slickgrid (ha) 2019-01-11 13:37:11 +00:00
speed_grader.js Check permissions for showing missing pill 2019-07-29 20:54:49 +00:00
speed_grader_helpers.js make js bundles smaller by splitting up 18n scopes 2019-05-09 15:23:47 +00:00
speed_grader_select_menu.js prettify speedgrader 2019-01-11 14:37:04 +00:00
sub_accounts.js use relative imports in public/javscripts 2017-05-25 15:07:48 +00:00
submission_download.js restore column header focus after dialog close 2017-06-23 18:55:11 +00:00
submissions.js Use anonymous URLs for anonymous peer reviews 2019-03-18 16:26:11 +00:00
submit_assignment.js make js bundles smaller by splitting up 18n scopes 2019-05-09 15:23:47 +00:00
submit_assignment_helper.js make js bundles smaller by splitting up 18n scopes 2019-05-09 15:23:47 +00:00
supercalc.js Fix i18n numbers for formula questions 2019-07-24 20:51:30 +00:00
symlink_to_node_modules use node_modules wherever possible 2016-11-01 15:14:52 +00:00
take_quiz.js Support i18n numbers when taking a quiz 2019-08-12 15:09:17 +00:00
timezone_core.js set grading period end/close date to 59 sec 2019-02-26 21:11:30 +00:00
tinymce.config.js Focus tinymce generated context toolbars with alt-f7 2019-08-02 18:52:34 +00:00
tool_inline.js simplify/modernize google analytics & load faster 2019-08-02 20:07:18 +00:00
underscore.flattenObjects.js [ci coverage] convert public/js w/ no ‘export’s to ‘import’ 2017-05-19 19:11:12 +00:00
underscore.js Fix some invalid imports 2018-10-09 21:31:57 +00:00
user.js use relative imports in public/javscripts 2017-05-25 15:07:48 +00:00
user_grades.js spec: fix “option[selected]” to work w react 15 2018-09-10 15:50:36 +00:00
user_logins.js fix reset multi-factor authentication link 2018-07-27 15:37:27 +00:00
user_name.js add endpoint and link for admins to clear user caches 2019-05-22 15:08:50 +00:00
user_notes.js use relative imports in public/javscripts 2017-05-25 15:07:48 +00:00
user_sortable_name.js convert public/javascript that export something to import/export 2017-05-25 16:22:35 +00:00
user_utils.js convert public/javascript that export something to import/export 2017-05-25 16:22:35 +00:00