Category: | Feature request |
Priority: | Normal |
Status: | New |
Project: | Severity: | Feature |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
The html component will not render correctly data uri in img tag es. src='data:image/gif;base64,......', the solution is to add a protocol handler for data so that the JEditorPane can handle correctly the uri see http://stackoverflow.com/a/41027997/5292302 for more info and http://stackoverflow.com/a/9388757/5292302 for example of protocol handler
v6.3
htmlcomponent