Herberts

Results 6 issues of Herberts

Make sure when font-face declared fonts are used, they are resolved like programmatically declared fonts. Solves #868

In `com.openhtmltopdf.svgsupport.PDFTranscoder.OpenHtmlFontResolver` two getWeight methods resolve the `font-weight:400` to different weight values. ```java private Float getWeight(Integer weight) { if (weight == null) { return null; } switch (weight.intValue()) { ......

### Description It seems strange to me, as a user, that every time I select a value and another chip is added, the field expands, even though the chip would...

known issue
vaadin-multi-select-combo-box

### Description If I set receiver to instance of `MemoryBuffer` and then switch it to instance of `MultiFileReceiver` (for example `MultiFileMemoryBuffer`), the upload component still only allows to upload a...

bug
Severity: Major
Impact: Low

### Description of the bug When adding a link in index.html ```html ``` in V24.3 it gets prefixed with `/VAADIN/` path, resulting in ```html ``` in the page. ![image](https://github.com/vaadin/flow/assets/80950643/a5862f4c-3304-4f69-8e96-abc7c36cdecd) ###...

bug
Impact: High
Severity: Major

### Description When I click the reveal button to show the password, the cursor is moved to the front of the input. ![password-field-moves-cursor-to-start](https://github.com/vaadin/web-components/assets/80950643/78415d7b-52e9-4668-b61c-496303494b75) On Firefox this works as expected. ###...

bug
Severity: Minor
Impact: Low
vaadin-text-field
known issue