Task #1562: HWPX 폼 컨트롤 caption && 표시 정합 보정#1565
Merged
Merged
Conversation
Collaborator
Author
|
머지 완료했습니다. 요약:
Merge commit: 검증:
시각 검증:
후속:
|
This was referenced Jun 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

요약
Closes #1562
Refs #1534
HWPX 폼 컨트롤 caption의 저장값
R&&D를 유지하면서, 사용자 표시 계층에서는 한컴 뷰어와 같이R&D로 보이도록 보정했습니다.#1534 / PR #1536에서 XML escape 누적 손상은 해결되었지만, rhwp 렌더러가
FormObject.caption저장값을 그대로 출력하면서R&&D가 화면에 그대로 보이는 문제가 남아 있었습니다.변경 사항
src/renderer/form_caption.rs에 form caption 전용 display helper 추가&&→&&는 보존&&가 없으면 borrowed 반환samples/hwpx/form-002.hwpx기반 SVG 표시 회귀 테스트 추가tests/golden_svg/form-002/page-0.svg갱신검증
cargo test --lib renderer::form_captioncargo test --test issue_1562_hwpx_form_caption_displayenv UPDATE_GOLDEN=1 cargo test --test svg_snapshot form_002cargo test --test svg_snapshot form_002cargo test --test issue_1534_hwpx_form_caption_escapecargo fmt --checkcargo clippy --all-targets -- -D warnings시각 검증
rhwp-studio로컬 서버에서samples/hwpx/form-002.hwpx를 로드해 page 0의 폼 caption 표시를 확인했습니다.확인 대상:
IP R&&D연계→IP R&D연계R&&D 자율성트랙(일반)→R&D 자율성트랙(일반)R&&D 자율성트랙(지정)→R&D 자율성트랙(지정)제외 범위
&&변환<hp:caption>변환&mnemonic prefix 제거 또는 access-key 밑줄 표시단일
&처리까지 확장하려면 한컴 실물 샘플과 표시 근거를 추가로 확보한 뒤 별도 이슈로 다루는 편이 안전합니다.이슈 처리 메모
이 PR이 merge되면 #1562의 완료 조건은 충족됩니다.
#1534는 #1536으로 XML escape 누적 손상이 해결되었고, 이 PR로 남은 표시 호환성 문제까지 해결되므로 merge 후 작업지시자 승인 하에 #1562와 #1534 close를 함께 판단할 수 있습니다.