Opened 6 years ago
Last modified 3 years ago
#18274 assigned defect
dojox/editor/plugins/LocalImage fileMask does not work correctly
Reported by: | George Sexton | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | 1.14 |
Component: | Editor | Version: | 1.10.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Say you have an editor, and you're using the LocalImage? plugin, and you specify a fileMask value of '*.jpg;*.png'
If you enter a URL for an image:
http://somehost.sample.com/image.jpg?a=b
the fileMask says that the file extension is invalid. To work correctly, the code that checks the mask needs to strip off everything after the question mark.
For example:
(\??.*)?
Change History (6)
comment:1 Changed 6 years ago by
Component: | Dojox → Editor |
---|
comment:2 Changed 6 years ago by
Milestone: | tbd → 1.11 |
---|---|
Owner: | set to dylan |
Priority: | undecided → high |
Status: | new → assigned |
comment:3 Changed 5 years ago by
Milestone: | 1.11 → 1.12 |
---|
comment:4 Changed 5 years ago by
Milestone: | 1.13 → 1.12 |
---|
comment:5 Changed 4 years ago by
Milestone: | 1.12 → 1.13 |
---|
Ticket planning... move current 1.12 tickets out to 1.13 that likely won't get fixed in 1.12.
comment:6 Changed 3 years ago by
Milestone: | 1.13 → 1.14 |
---|
Note: See
TracTickets for help on using
tickets.
Moving all Editor tickets to 1.12 for now.